Back to Devexpress

FilterType Enum

officefileapi-devexpress-dot-spreadsheet-fdb39a57.md

latest1.5 KB
Original Source

FilterType Enum

Lists types of filters available for the AutoFilter functionality.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum FilterType
vb
Public Enum FilterType

Members

NameDescription
None

The filter is not applied.

| | IconFilter |

Specifies the filter by cell icon.

| | Top10Filter |

Specifies the "Top 10" filter.

| | CustomFilter |

Specifies the custom filter based on a comparison operator.

| | FilterCriteria |

Specifies the filter by values and date intervals.

| | DynamicFilter |

Specifies the dynamic filter.

| | ColorFilter |

Specifies the filter by color.

|

The following properties accept/return FilterType values:

Remarks

The FilterType enumeration member is the value of the AutoFilterColumn.FilterType property.

See Also

DevExpress.Spreadsheet Namespace