PivotGridFieldCollection.GetFieldByName(String) Method
In This Article
Returns the field by its name.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of the required field. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also