Skip to main content
All docs
V26.1
  • FilterFieldCollection(FilterBehavior) Constructor

    A collection of FilterField objects.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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