Enum GanttSelectionMode
Specifies the selection mode for the gantt nodes in the GanttControl.
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public enum GanttSelectionMode
Fields
| Name | Description |
|---|---|
| Multiple | Specifies the selection mode as multiple that allows selection for multiple nodes in the GanttControl. |
| None | Specifies the selection mode as none that restricts selection in the GanttControl. |
| Single | Specifies the selection mode as single allows selecting only one node at a time in the GanttControl. |