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

PivotGroupEventArgs.Group Property

Gets the group for which the event has been raised.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public PivotGridGroup Group { get; }

Property Value

Type Description
PivotGridGroup

A PivotGridGroup object that represents the group for which the event has been raised.

See Also