Gets or sets the first selected item in the Items collection, or null if selection is empty.

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

Syntax

C#
public ScheduleChartItem SelectedItem { get; set; }
Visual Basic (Declaration)
Public Property SelectedItem As ScheduleChartItem

See Also