Kendo.Mvc.UI.Fluent.FilterableMessagesBuilder
Defines the fluent interface for configuring the Filter menu options.
Methods
Info(System.String)
Sets the info part of the filter menu
Parameters
message System.String
The message
Title(System.String)
Sets the title attribute of the filter menu form
Parameters
message System.String
The message
And(System.String)
Sets the text for And option.
Parameters
message System.String
The text
Or(System.String)
Sets the text for Or option.
Parameters
message System.String
The text
IsTrue(System.String)
Sets the text for Boolean IsTrue option value.
Parameters
message System.String
The message
IsFalse(System.String)
Sets the text for Boolean IsFalse option value.
Parameters
message System.String
The message
Filter(System.String)
Sets the text for Filter button.
Parameters
message System.String
The message
SelectValue(System.String)
Sets the text for SelectValue option.
Parameters
message System.String
The message
Clear(System.String)
Sets the text for Clear button.
Parameters
message System.String
The message
Operator(System.String)
Sets the text for Operator label.
Parameters
message System.String
The message
AdditionalOperator(System.String)
Sets the text for AdditionalOperator label.
Parameters
message System.String
The message
Value(System.String)
Sets the text for Value label.
Parameters
message System.String
The message
AdditionalValue(System.String)
Sets the text for AdditionalValue label.
Parameters
message System.String
The message
CheckAll(System.String)
Sets the text for CheckAll message when Multi checkbox filtering is enabled.
Parameters
message System.String
The message
Search(System.String)
Sets the text for the search input placeholder when the search option is enabled.
Parameters
message System.String
The message
SelectedItemsFormat(System.String)
Sets the format for the selected items count message.
Parameters
format System.String
The format
Logic(System.String)
Sets the text for Logic label.
Parameters
message System.String
The message