DisplayIndex Property
DisplayIndex
Gets the zero-based display index of the ListItem to change.
Declaration
public int DisplayIndex { get; }
Public ReadOnly Property DisplayIndex As Integer
Property Value
Type |
Description |
int |
The zero-based display index of the ListItem to change.
|