Kendo.Mvc.UI.Fluent.FilterOperatorsSettingsBuilder
Defines the fluent API for configuring the FilterOperatorsSettings settings.
Methods
String(System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsStringSettingsBuilder>)
The texts of the filter operators displayed for string fields.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsStringSettingsBuilder>
The action that configures the string.
Number(System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsNumberSettingsBuilder>)
The texts of the filter operators displayed for number fields.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsNumberSettingsBuilder>
The action that configures the number.
Date(System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsDateSettingsBuilder>)
The texts of the filter operators displayed for date fields.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsDateSettingsBuilder>
The action that configures the date.
Boolean(System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsBooleanSettingsBuilder>)
The texts of the filter operators displayed for boolean fields
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.FilterOperatorsBooleanSettingsBuilder>
The action that configures the boolean.