Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterType Enum

Lists types of filters available for the AutoFilter functionality.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum FilterType

#Members

Name Description
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.

#Related API Members

The following properties accept/return FilterType values:

#Remarks

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

See Also