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 LoadChartItem SelectedItem { get; set; }
Visual Basic (Declaration)
Public Property SelectedItem As LoadChartItem

See Also