XlDynamicFilter.FilterType Property
Returns the XlFilterType.Dynamic value that is the current filter’s type.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| XlFilterType | An XlFilterType.Dynamic value. |
Available values:
| Name | Description |
|---|---|
| Color | Specifies the filter by color. |
| Custom | Specifies the custom filter based on a comparison operator. |
| Dynamic | Specifies the dynamic filter. |
| Values | Specifies the filter by values and date intervals. |
| Icon | Specifies the filter by conditional formatting icons. |
| Top10 | Specifies the "Top 10" filter. |
Implements
See Also