Skip to main content

PivotGroupFilterValues.Group Property

Gets the owner field group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridGroup Group { get; }

Property Value

Type Description
PivotGridGroup

A PivotGridGroup object that represents the owner group.

See Also