Property selectedIndex
selectedIndex
Returns or sets the selected item's index in the data source. If multiple items are selected, returns the first selected item's index. If multiple items are provided, sets them all as selected.
Declaration
public int selectedIndex { get; set; }
Property Value
Type | Description |
---|---|
int |