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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also