Enum TreeNodeAdvSortType
Defines the constant that specifies the different sort types that can be specified in the Sort() method.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TreeNodeAdvSortType
Fields
| Name | Description |
|---|---|
| CheckBox | Sorts by the checkbox value. |
| Tag | Sorts by the tag value. |
| Text | Sorts by text. |