Enum NodePositions
Defines the constant that specifies the node positions in a node collection.
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum NodePositions
Fields
Name | Description |
---|---|
First | Represents First Node position. |
Last | Represents Last Node position. |
Next | Represents Next Node position. |
Previous | Represents Previous Node position. |