BaseListControlSelectedIndex Property

Gets or sets the index specifying the currently selected item

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public virtual int SelectedIndex { get; set; }

Property Value

Int32
This is a zero-based index into the items collection. A value of -1 indicates that there is no current selection.

See Also