Skip to main content
A newer version of this page is available. .

FieldList.Item[String] Property

Gets an item from field list.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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