Class NodePositions
Define the constant that specifies the node positions in a node collection.
Inheritance
System.Object
NodePositions
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class NodePositions : Enum
Fields
First
The first TreeNodeAdv of the TreeViewAdv.
Declaration
public const NodePositions First
Field Value
| Type |
|---|
| NodePositions |
Last
The last TreeNodeAdv of the TreeViewAdv.
Declaration
public const NodePositions Last
Field Value
| Type |
|---|
| NodePositions |
Next
The next TreeNodeAdv of the TreeViewAdv.
Declaration
public const NodePositions Next
Field Value
| Type |
|---|
| NodePositions |
Previous
The previous TreeNodeAdv of the TreeViewAdv.
Declaration
public const NodePositions Previous
Field Value
| Type |
|---|
| NodePositions |