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.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public PivotGridGroup Group { get; }

Property Value

Type Description
PivotGridGroup

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

See Also