Gets or sets the first selected item in the Items collection, or null if selection is empty.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public GanttChartItem SelectedItem { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SelectedItem As GanttChartItem |