Kendo.Mvc.UI.Fluent.TreeListSortableSettingsBuilder
Defines the fluent API for configuring TreeListSortableSettings
Properties
Container
Gets the container of the TreeListSortableSettingsBuilder
Methods
Mode(System.String)
The sorting mode. If set to "single" the user can sort by one column. If set to "multiple" the user can sort by multiple columns.
Parameters
value System.String
The value for Mode
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 for AllowUnsort
Mode(Kendo.Mvc.UI.TreeListSortMode)
Defines the sort modes supported by Kendo UI TreeList for ASP.NET MVC
Parameters
value Kendo.Mvc.UI.TreeListSortMode
The value for Mode