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

FilterFieldCollection.Item[String] Property

Gets a filter field by its name.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

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