SpreadsheetCustomFilterBuilder
Defines the fluent API for configuring the SpreadsheetSheetFilterSettingsColumn settings.
Methods
Criteria(System.Action)
An array of filter criteria for custom filters.
Parameters
configurator - System.Action<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 - SpreadsheetFilterLogic
The value that configures the logic.