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

    Gets an item from field list.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public FieldItem this[string fieldName] { get; }

    Parameters

    Name Type Description
    fieldName String

    An item’s field name.

    Property Value

    Type Description
    FieldItem

    An item from the field list.

    See Also