PipsPagerTemplateSettings.PipsPagerItems Property

Definition

Overloads

PipsPagerItems

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

PipsPagerItems

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

See also

Applies to