[]
Defines a builder to configurate FlexSheetFilter.
public class FlexSheetFilterBuilder : BaseBuilder<FlexSheetFilter, FlexSheetFilterBuilder>
Name | Description |
---|---|
FlexSheetFilterBuilder(FlexSheetFilter) | Creates one FlexSheetFilterBuilder instance to configurate |
Name | Description |
---|---|
DefaultFilterType(FilterType) | Configurates DefaultFilterType. Sets the default filter type to use. |
OnClientFilterApplied(string) | Configurates the OnClientFilterApplied client event. Occurs after the filter is applied. |
OnClientFilterChanged(string) | Configurates the OnClientFilterChanged client event. Occurs after a column filter has been edited by the user. |
OnClientFilterChanging(string) | Configurates the OnClientFilterChanging client event. Occurs when a column filter is about to be edited by the user. |
ShowFilterIcons(bool) | Configurates ShowFilterIcons. Sets whether the FlexSheetFilter should add filter editing buttons to the sheet's column headers. |
ShowSortButtons(bool) | Configurates ShowSortButtons. Gets or sets a value indicating whether the filter editor should include sort buttons. |