Gets or sets the index of the first selected item in the Items collection, or -1 if selection is empty.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also