Kendo.Mvc.UI.Fluent.TreeListFilterableMessagesSettingsBuilder
Defines the fluent API for configuring TreeListFilterableMessagesSettings
Properties
Container
Gets the container of the TreeListFilterableMessagesSettingsBuilder
Methods
And(System.String)
The text of the option which represents the AND logical operation.
Parameters
value System.String
The value for And
Clear(System.String)
The text of the button which clears the filter.
Parameters
value System.String
The value for Clear
Filter(System.String)
The text of the button which applies the filter.
Parameters
value System.String
The value for Filter
Info(System.String)
The text of the information message on top of the filter menu.
Parameters
value System.String
The value for Info
Title(System.String)
The text that is rendered for the title attribute of the filter menu form.
Parameters
value System.String
The value for Title
IsFalse(System.String)
The text of the radio button for false values. Displayed when the user filters Boolean fields.
Parameters
value System.String
The value for IsFalse
IsTrue(System.String)
The text of the radio button for true values. Displayed when the user filters Boolean fields.
Parameters
value System.String
The value for IsTrue
Or(System.String)
The text of the option which represents the OR logical operation.
Parameters
value System.String
The value for Or