Specifies the selection behavior for GanttChartView control.

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

Syntax

C#
public enum SelectionMode
Visual Basic (Declaration)
Public Enumeration SelectionMode

Members

Member nameDescription
None
No selection is allowed.
Focus
Selection occurs by default on item element focus, and at most one item is allowed to be selected.
Single
Selection is provided by check boxes, and at most one item is allowed to be selected.
Extended
Selection is provided by check boxes, and any number of items is allowed to be selected.
ExtendedFocus
Selection is provided by check boxes and also occurs on item element focus, any number of items is allowed to be selected.
Default
The default value is Focus.

See Also