Kendo.Mvc.UI.Fluent.StringOperatorsBuilder
Defines the fluent interface for configuring the Filter menu StringOperators 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
StartsWith(System.String)
Sets the text for StartsWith operator filter menu item.
Parameters
message System.String
The message
EndsWith(System.String)
Sets the text for EndsWith operator filter menu item.
Parameters
message System.String
The message
Contains(System.String)
Sets the text for Contains operator filter menu item.
Parameters
message System.String
The message
DoesNotContain(System.String)
Sets the text for DoesNotContain 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
IsEmpty(System.String)
Sets the text for IsEmpty operator filter menu item.
Parameters
message System.String
The message
IsNotEmpty(System.String)
Sets the text for IsNotEmpty operator filter menu item.
Parameters
message System.String
The message
IsNullOrEmpty(System.String)
Sets the text for IsNullOrEmpty operator filter menu item.
Parameters
message System.String
The message
IsNotNullOrEmpty(System.String)
Sets the text for IsNotNullOrEmpty operator filter menu item.
Parameters
message System.String
The message