Enum GanttAutoExpandMode
Specifies the possible expand modes for gantt while loading.
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public enum GanttAutoExpandMode
Fields
| Name | Description |
|---|---|
| AllNodesExpanded | Specifies all nodes, including child nodes, are expanded automatically. |
| None | Specifies no automatic expansion in the GanttControl. |
| RootNodesExpanded | Specifies only root nodes are expanded automatically. |