Kendo.Mvc.UI.Fluent.FilterOperatorsBooleanSettingsBuilder
Defines the fluent API for configuring the FilterOperatorsBooleanSettings settings.
Methods
Eq(System.String)
The text of the "equal" filter operator.
Parameters
value System.String
The value that configures the eq.
Neq(System.String)
The text of the "not equal" filter operator.
Parameters
value System.String
The value that configures the neq.
Custom(System.String,System.Action<Kendo.Mvc.UI.Fluent.CustomFilterOperatorBuilder>)
Configures a custom operator
Parameters
name System.String
The name of the custom operator.
configurator System.Action<Kendo.Mvc.UI.Fluent.CustomFilterOperatorBuilder>
The configurator for the custom operator.