Class GridExcelFilterSerialization
Represents the class used for serializing the GridExcelFilter properties.
Inheritance
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class GridExcelFilterSerialization
Constructors
GridExcelFilterSerialization()
Initializes a new instance of the GridExcelFilterSerialization class.
Declaration
public GridExcelFilterSerialization()
GridExcelFilterSerialization(GridGroupingControl)
Initializes a new instance of the GridExcelFilterSerialization class with GridGroupingControl object.
Declaration
public GridExcelFilterSerialization(GridGroupingControl grid)
Parameters
| Type | Name | Description |
|---|---|---|
| GridGroupingControl | grid | The GridGroupingControl that used for subscribing the events. |
Properties
AllowFilterByColor
Gets or sets the value indicating to allow Filter by color options.
Declaration
public bool AllowFilterByColor { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
AllowIndividualColumnWiring
Gets or sets the value indicating to allow individual Column Wiring.
Declaration
public bool AllowIndividualColumnWiring { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
AllowResize
Gets or sets the value indicating to allow resizing the FilterDropdown.
Declaration
public bool AllowResize { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
AllowSearch
Gets or sets a value indicating whether search operation in checkedlist box of filter should be performed.
Declaration
public bool AllowSearch { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ColumnFilter
Gets or sets the GridFilterMode option in GridExcelFilter to filter the data using display text or value based formatted text. By default GridExcelFilter will be filtered using DisplayMember.
Declaration
public GridExcelFilter.GridFilterMode ColumnFilter { get; set; }
Property Value
| Type |
|---|
| GridExcelFilter.GridFilterMode |
EnableDateFilter
Gets or sets the value indicating to enable DateFilter.
Declaration
public bool EnableDateFilter { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
EnableNumberFilter
Gets or sets the value indicating to enable NumberFilter.
Declaration
public bool EnableNumberFilter { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
EnableStackedColumnFilterIcon
Gets or sets a value indicating whether the filter icon in the filtered Stacked column should be shown.
Declaration
public bool EnableStackedColumnFilterIcon { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
FilterCollection
Gets or sets the FilterCollection for serializing the dictionary FilterCollection.
Declaration
public List<FilteredItemsCollection> FilterCollection { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<FilteredItemsCollection> |
Remarks
FilterCollection is only used to get each column's filtered items at runtime. Records could not be filtered when set the FilterCollection programmatically.