Skip to main content

FilterFieldCollection(FilterBehavior) Constructor

A collection of FilterField objects.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.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