Skip to main content

FilterFieldCollection.Item[String] Property

Gets a filter field by its name.

Namespace: DevExpress.Xpf.Core.FilteringUI

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