Class BranchTypes
Alignment position
Left - Sets the branch type as Left
Right - Sets the branch type as Right
SubLeft - Sets the branch type as SubLeft
SubRight - Sets the branch type as SubRight
Root - Sets the branch type as Root
Inheritance
System.Object
BranchTypes
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BranchTypes : Enum
Fields
Left
Declaration
public const BranchTypes Left
Field Value
Right
Declaration
public const BranchTypes Right
Field Value
Root
Declaration
public const BranchTypes Root
Field Value
SubLeft
Declaration
public const BranchTypes SubLeft
Field Value
SubRight
Declaration
public const BranchTypes SubRight
Field Value