Gets or sets the index of the first item in the current selection or returns negative one (-1) if the selection is empty.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
int SelectedIndex { get; set; }
Visual Basic (Declaration)
Property SelectedIndex As Integer

See Also