FilterFieldCollection.Item[String] Property
Gets a filter field by its name.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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