Skip to main content

PivotGroupEventArgs.Group Property

Gets the group for which the event has been raised.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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