Back to Devexpress

PivotGroupEventArgs Class

wpf-devexpress-dot-xpf-dot-pivotgrid-4128f89c.md

latest1.7 KB
Original Source

PivotGroupEventArgs Class

Provides data for the PivotGridControl.GroupFilterChanged event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

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 RoutedEventArgs PivotGroupEventArgs

See Also

PivotGroupEventArgs Members

DevExpress.Xpf.PivotGrid Namespace