ASPxPivotGrid.FieldFilterChanged Event
In This Article
Occurs after a field’s filter condition has been changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event PivotFieldEventHandler FieldFilterChanged
#Event Data
The FieldFilterChanged event's data class is PivotFieldEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Field |
Gets the field being processed.
Inherited from Pivot |
#Remarks
If the pivot grid’s AllowFilter option is enabled, end-users can change the filter conditions applied to fields using their Filter Button. Each time a filter condition is changed, the FieldFilterChanged event is raised.
See Also