FieldList.Item[String] Property
Gets an item from field list.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | An item’s field name. |
Property Value
Type | Description |
---|---|
FieldItem | An item from the field list. |
See Also