Skip to main content
All docs
V26.1
  • FilterFieldCollection.Item[String] Property

    Gets a filter field by its name.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public FilterField this[string fieldName] { get; }

    Parameters

    Name Type Description
    fieldName String

    A field name.

    Property Value

    Type Description
    FilterField

    A filter field that specifies edit settings and predefined filters.

    See Also