PivotGroupEventArgs Class
Provides data for the PivotGridControl.GroupFilterChanged event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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.
See Also