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

FilterFieldCollection(FilterBehavior) Constructor

A collection of FilterField objects.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FilterFieldCollection(
    FilterBehavior behavior
)

Parameters

Name Type Description
behavior FilterBehavior

Allows you to use the Filter Editor / Filter Elements to filter data-bound controls that do not provide a filtring UI (for example, Charts and Data Editors).

See Also