Enum NodePositions
Define the constant that specifies the node positions in a node collection.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum NodePositions
Fields
Name | Description |
---|---|
First | The first TreeNodeAdv of the TreeViewAdv. |
Last | The last TreeNodeAdv of the TreeViewAdv. |
Next | The next TreeNodeAdv of the TreeViewAdv. |
Previous | The previous TreeNodeAdv of the TreeViewAdv. |