Back to Devexpress

PivotGroupEventArgs.Group Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-pivotgroupeventargs.md

latest1.2 KB
Original Source

PivotGroupEventArgs.Group Property

Gets the group for which the event has been raised.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public PivotGridGroup Group { get; }
vb
Public ReadOnly Property Group As PivotGridGroup

Property Value

TypeDescription
PivotGridGroup

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

|

See Also

PivotGroupEventArgs Class

PivotGroupEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace