Enumerates the selected items in the Items collection.

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

Syntax

C#
public IEnumerable<ScheduleChartItem> SelectedItems { get; }
Visual Basic (Declaration)
Public ReadOnly Property SelectedItems As IEnumerable(Of ScheduleChartItem)

See Also