Kendo.Mvc.UI.Fluent.TreeListColumnMenuMessagesSettingsBuilder
Defines the fluent API for configuring the TreeListColumnMenuMessagesSettings settings.
Methods
Columns(System.String)
The text message that is displayed for the column selection menu item.
Parameters
value System.String
The value that configures the columns.
Filter(System.String)
The text message that is displayed for the filter menu item.
Parameters
value System.String
The value that configures the filter.
SortAscending(System.String)
The text message that is displayed for the menu item which performs the ascending sort mode.
Parameters
value System.String
The value that configures the sortascending.
SortDescending(System.String)
The text message that is displayed for the menu item which performs the descending sort mode.
Parameters
value System.String
The value that configures the sortdescending.
Settings(System.String)
The text message that is displayed in the menu header.
Parameters
value System.String
The value that configures the settings.
Lock(System.String)
The text message that is displayed in the column menu when locking a column.
Parameters
value System.String
The value that configures the lock.
Unlock(System.String)
The text message that is displayed in the column menu for unlocking a column.
Parameters
value System.String
The value that configures the unlock.