ASPxPivotGrid.FieldFilterChanged Event
Occurs after a field’s filter condition has been changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 PivotFieldEventArgsBase<T>. |
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