PivotGroupEventArgs.Group Property
In This Article
Gets the group for which the event has been raised.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridGroup Group { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also