TreeListSortableSettingsBuilder
Methods
AllowUnsort(System.Boolean)
If set to true, the user can get the TreeList in its unsorted state by clicking the sorted column header.
Parameters
value - System.Boolean
The value that configures the allowunsort.
Mode(System.String)
The sort mode. If set to single, the user can sort by one column at a time. If set to multiple, the user can sort by multiple columns.
Parameters
value - System.String
The value that configures the mode.