BaseListControlSelectedIndex Property
Gets or sets the index specifying the currently selected item
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public virtual int SelectedIndex { get; set; }
Public Overridable Property SelectedIndex As Integer
Get
Set
public:
virtual property int SelectedIndex {
int get ();
void set (int value);
}
abstract SelectedIndex : int with get, set
override SelectedIndex : int with get, set
Property Value
Int32This is a zero-based index into the items collection. A value of -1 indicates that there is
no current selection.