Class GanttAutoExpandMode
Specifies the possible expand modes for gantt while loading.
Inheritance
System.Object
GanttAutoExpandMode
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class GanttAutoExpandMode : Enum
Fields
AllNodesExpanded
Specifies all nodes, including child nodes, are expanded automatically.
Declaration
public const GanttAutoExpandMode AllNodesExpanded
Field Value
Type |
---|
GanttAutoExpandMode |
None
Specifies no automatic expansion in the GanttControl.
Declaration
public const GanttAutoExpandMode None
Field Value
Type |
---|
GanttAutoExpandMode |
RootNodesExpanded
Specifies only root nodes are expanded automatically.
Declaration
public const GanttAutoExpandMode RootNodesExpanded
Field Value
Type |
---|
GanttAutoExpandMode |