Skip to main content
All docs
V25.1
  • FilterFieldCollection.AddRange(IEnumerable<FilterField>) Method

    Adds multiple FilterField objects to the FilterFieldCollection.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public void AddRange(
        IEnumerable<FilterField> items
    )

    Parameters

    Name Type Description
    items IEnumerable<FilterField>

    A range of FilterField objects.

    See Also