PivotGridGroupCollection.GetGroupByField(PivotGridFieldBase) Method
In This Article
Returns the group which owns the specified field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridGroup GetGroupByField(
PivotGridFieldBase field
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also