PivotGridFieldCollectionBase.GetFieldByName(String) Method
In This Article
Gets a field in the collection by its name.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridFieldBase GetFieldByName(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that is the Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also