Skip to main content

FieldList.Item[String] Property

Gets an item from field list.

Namespace: DevExpress.Xpf.Core.FilteringUI

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