Class NodePositions
Defines the constant that specifies the node positions in a node collection.
Inheritance
System.Object
NodePositions
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class NodePositions : Enum
Fields
First
Represents First Node position.
Declaration
public const NodePositions First
Field Value
| Type |
|---|
| NodePositions |
Last
Represents Last Node position.
Declaration
public const NodePositions Last
Field Value
| Type |
|---|
| NodePositions |
Next
Represents Next Node position.
Declaration
public const NodePositions Next
Field Value
| Type |
|---|
| NodePositions |
Previous
Represents Previous Node position.
Declaration
public const NodePositions Previous
Field Value
| Type |
|---|
| NodePositions |