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.v20.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public PivotGridGroup Group { get; }

Property Value

Type Description
PivotGridGroup

A PivotGridGroup object that represents the owner group.

See Also