Specifies the selection behavior for GanttChartView control.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public enum SelectionMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration SelectionMode |
Members
| Member name | Description | |
|---|---|---|
| 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.
|