Enum TreeNodeAdvSortType
Defines the constant that specifies the different sort types that can be specified in the
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
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. |