Class LayoutType
Defines the types of the automatic layout
None - None of the layouts is applied
HierarchicalTree - Defines the type of the layout as Hierarchical Tree
OrganizationalChart - Defines the type of the layout as Organizational Chart
ComplexHierarchicalTree - Defines the type of the layout as complex HierarchicalTree
RadialTree - Defines the type of the layout as Radial tree
Inheritance
System.Object
LayoutType
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LayoutType : Enum
Fields
ComplexHierarchicalTree
Declaration
public const LayoutType ComplexHierarchicalTree
Field Value
Flowchart
Declaration
public const LayoutType Flowchart
Field Value
HierarchicalTree
Declaration
public const LayoutType HierarchicalTree
Field Value
MindMap
Declaration
public const LayoutType MindMap
Field Value
None
Declaration
public const LayoutType None
Field Value
OrganizationalChart
Declaration
public const LayoutType OrganizationalChart
Field Value
RadialTree
Declaration
public const LayoutType RadialTree
Field Value
SymmetricalLayout
Declaration
public const LayoutType SymmetricalLayout
Field Value