Kendo.Mvc.UI.Fluent.SpreadsheetCustomFilterBuilder
Defines the fluent API for configuring the SpreadsheetSheetFilterSettingsColumn settings.
Methods
Criteria(System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetSheetFilterSettingsColumnCriteriaFactory>)
An array of filter criteria for custom filters.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetSheetFilterSettingsColumnCriteriaFactory>
The action that configures the criteria.
Index(System.Double)
The index of the column relative to the filter range.
Parameters
value System.Double
The value that configures the index.
Logic(Kendo.Mvc.UI.SpreadsheetFilterLogic)
The logical operator to apply to filter criteria.Possible values are and, or.
Parameters
value Kendo.Mvc.UI.SpreadsheetFilterLogic
The value that configures the logic.