Skip to main content

PivotGroupFilterValues.Group Property

Gets the owner field group.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public PivotGridGroup Group { get; }

#Property Value

Type Description
PivotGridGroup

A DevExpress.XtraPivotGrid.PivotGridGroup object that represents the owner group.

#Implements

DevExpress.XtraPivotGrid.IPivotGroupFilterValueParent.Group
See Also