PivotGridFieldCollection.Item[String] Property
In This Article
Gets the field with the specified name.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string value specifying the bound field name of the required Pivot |
#Property Value
Type | Description |
---|---|
Pivot |
The Pivot |
See Also