Kendo.Mvc.UI.Fluent.ColumnMenuMessagesBuilder
Defines the fluent interface for configuring the column menu messages.
Methods
Filter(System.String)
Sets the text displayed for filter menu option.
Parameters
message System.String
The message
Columns(System.String)
Sets the text displayed for columns menu option.
Parameters
message System.String
The message
SetColumnPosition(System.String)
Sets the text displayed for the column position item.
Parameters
message System.String
The message
SortAscending(System.String)
Sets the text displayed for sort ascending menu option.
Parameters
message System.String
The message
SortDescending(System.String)
Sets the text displayed for sort descending menu option.
Parameters
message System.String
The message
ColumnSettings(System.String)
Sets the text displayed for menu header.
Parameters
message System.String
The message
Lock(System.String)
Sets the text message displayed in the column menu for locking a column.
Parameters
message System.String
The message
Unlock(System.String)
Sets the text message displayed in the column menu for unlocking a column.
Parameters
message System.String
The message
Stick(System.String)
Sets the text message displayed in the column menu for sticking a column.
Parameters
message System.String
The message
Unstick(System.String)
Sets the text message displayed in the column menu for unsticking a column.
Parameters
message System.String
The message