[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.FlexSheetFilterBuilder

FlexSheetFilterBuilder Class

Defines a builder to configurate FlexSheetFilter.

Inheritance
HideObjectMembers
FlexSheetFilterBuilder
Namespace: C1.Web.Mvc.Sheet.Fluent
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class FlexSheetFilterBuilder : BaseBuilder<FlexSheetFilter, FlexSheetFilterBuilder>

Constructors

Name Description
FlexSheetFilterBuilder(FlexSheetFilter)

Creates one FlexSheetFilterBuilder instance to configurate obj.

Methods

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.