PipsPagerTemplateSettings.PipsPagerItems Property

Definition

Gets or sets the list of integers to represent the pips in the PipsPager.

public:
 property IVector<int> ^ PipsPagerItems { IVector<int> ^ get(); };
IVector<int> PipsPagerItems();
public IList<int> PipsPagerItems { get; }
var iVector = pipsPagerTemplateSettings.pipsPagerItems;
Public ReadOnly Property PipsPagerItems As IList(Of Integer)

Property Value

Applies to

See also