Class TreeNodeAdvSortType
Defines the constant that specifies the different sort types that can be specified in the
Inheritance
System.Object
TreeNodeAdvSortType
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TreeNodeAdvSortType : Enum
Fields
CheckBox
Sorts by the checkbox value.
Declaration
public const TreeNodeAdvSortType CheckBox
Field Value
| Type |
|---|
| TreeNodeAdvSortType |
Tag
Sorts by the tag value.
Declaration
public const TreeNodeAdvSortType Tag
Field Value
| Type |
|---|
| TreeNodeAdvSortType |
Text
Sorts by text.
Declaration
public const TreeNodeAdvSortType Text
Field Value
| Type |
|---|
| TreeNodeAdvSortType |