Class GanttSelectionMode
Specifies the selection mode for the gantt nodes in the GanttControl.
Inheritance
System.Object
GanttSelectionMode
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class GanttSelectionMode : Enum
Fields
Multiple
Specifies the selection mode as multiple that allows selection for multiple nodes in the GanttControl.
Declaration
public const GanttSelectionMode Multiple
Field Value
Type |
---|
GanttSelectionMode |
None
Specifies the selection mode as none that restricts selection in the GanttControl.
Declaration
public const GanttSelectionMode None
Field Value
Type |
---|
GanttSelectionMode |
Single
Specifies the selection mode as single allows selecting only one node at a time in the GanttControl.
Declaration
public const GanttSelectionMode Single
Field Value
Type |
---|
GanttSelectionMode |