Back to Devexpress

ASPxPivotGrid.GroupFilterChanged Event

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-68e6c84e.md

latest1.9 KB
Original Source

ASPxPivotGrid.GroupFilterChanged Event

Occurs after a group filter condition has been changed.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event PivotGroupEventHandler GroupFilterChanged
vb
Public Event GroupFilterChanged As PivotGroupEventHandler

Event Data

The GroupFilterChanged event's data class is PivotGroupEventArgs. The following properties provide information specific to this event:

PropertyDescription
GroupGets the group for which the event has been raised.

Remarks

The GroupFilterChanged event occurs either after an end-user changes the filter condition in a Filter Window, or the filter condition is changed in code via the PivotGridGroup.FilterValues property.

To obtain the group whose filter condition has been changed, use the event parameter’s PivotGroupEventArgs.Group property.

See Also

Group

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace