Skip to main content

PivotGroupEventArgs.Group Property

Gets the group for which the event has been raised.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.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