Skip to main content
A newer version of this page is available. .

PivotGroupFilterValues.Group Property

Gets the owner field group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v21.1.Core.dll

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public PivotGridGroup Group { get; }

Property Value

Type Description
PivotGridGroup

A PivotGridGroup object that represents the owner group.

See Also