ListControlIHandlerSelectedIndex Property |
Gets or sets the index of the currently selected item in the
DataStore
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax int SelectedIndex { get; set; }
Property SelectedIndex As Integer
Get
Set
abstract SelectedIndex : int with get, set
Property Value
Type:
Int32The index of the selected item.
See Also