Skip to main content
A newer version of this page is available. .

PivotGroupEventArgs Class

Provides data for the PivotGridControl.GroupFilterChanged event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotGroupEventArgs :
    EventArgs

Remarks

The PivotGridControl.GroupFilterChanged event occurs after a group filter condition has been changed. To obtain the group for which the event has been raised, use the PivotGroupEventArgs.Group property.

Inheritance

Object
EventArgs
PivotGroupEventArgs
See Also