SpreadsheetTopFilterBuilder
Defines the fluent API for configuring the SpreadsheetSheetFilterSettingsColumn settings.
Methods
Index(System.Double)
The index of the column relative to the filter range.
Parameters
value - System.Double
The value that configures the index.
Type(Kendo.Mvc.UI.SpreadsheetTopFilterType)
The filter sub-type, if any.Applicable types according to the main filter. * topNumber * topPercent * bottomNumber * bottomPercent
Parameters
value - SpreadsheetTopFilterType
The value that configures the type.
Value(System.Double)
The filter value for filters that require a single value, e.g. "top".
Parameters
value - System.Double
The value that configures the value.