Back to Devexpress

PivotGroupEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-a1d63e6d.md

latest1.6 KB
Original Source

PivotGroupEventArgs Class

Provides data for the PivotGridControl.GroupFilterChanged event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotGroupEventArgs :
    EventArgs
vb
Public Class PivotGroupEventArgs
    Inherits EventArgs

PivotGroupEventArgs is the data class for the following events:

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

PivotGroupEventArgs Members

DevExpress.XtraPivotGrid Namespace