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.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

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