Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.FieldFilterChanged Event

Occurs after a field’s filter condition has been changed.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

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