Skip to main content
A newer version of this page is available. .
Row

AutoFilterColumn.ApplyDynamicFilter(DynamicFilterType) Method

Applies a dynamic filter that shows dates that fall within a specified time period or displays values that are above or below the average.

Namespace: DevExpress.Spreadsheet

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

Declaration

void ApplyDynamicFilter(
    DynamicFilterType dynamicFilterType
)

Parameters

Name Type Description
dynamicFilterType DynamicFilterType

A DynamicFilterType enumeration member that specifies the filter criterion.

Remarks

The dynamic filter can change when the data to which the filter is applied or the current system date changes.

For an example, refer to How to: Apply a Dynamic Filter.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ApplyDynamicFilter(DynamicFilterType) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also