'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the current sort mode of the column.")> Public ReadOnly Property SortMode As TreeListSortMode
'Usage
Dim instance As NTreeListColumn Dim value As TreeListSortMode value = instance.SortMode
[System.ComponentModel.Description("Gets the current sort mode of the column.")] public TreeListSortMode SortMode {get;}