Kendo.Mvc.UI.Fluent.NumberOperatorsBuilder
Defines the fluent interface for configuring the Filter menu NumberOperators DropDownList options.
Methods
Clear
Clears the options.
IsEqualTo(System.String)
Sets the text for IsEqualTo operator filter menu item.
Parameters
message System.String
The message
IsNotEqualTo(System.String)
Sets the text for IsNotEqualTo operator filter menu item.
Parameters
message System.String
The message
IsGreaterThanOrEqualTo(System.String)
Sets the text for IsGreaterThanOrEqualTo operator filter menu item.
Parameters
message System.String
The message
IsGreaterThan(System.String)
Sets the text for IsGreaterThan operator filter menu item.
Parameters
message System.String
The message
IsLessThanOrEqualTo(System.String)
Sets the text for IsLessThanOrEqualTo operator filter menu item.
Parameters
message System.String
The message
IsLessThan(System.String)
Sets the text for IsLessThan operator filter menu item.
Parameters
message System.String
The message
IsNull(System.String)
Sets the text for IsNull operator filter menu item.
Parameters
message System.String
The message
IsNotNull(System.String)
Sets the text for IsNotNull operator filter menu item.
Parameters
message System.String
The message