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

PivotGridSettings.FieldFilterChanging Property

Allows you to customize the filter that is being applied or cancel filtering.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public PivotFieldFilterChangingEventHandler FieldFilterChanging { get; set; }

Property Value

Type Description
PivotFieldFilterChangingEventHandler

A method that will handle the ASPxPivotGrid.FieldFilterChanging event.

Remarks

Note

To remove default filter items and add custom items instead, use the PivotGridSettings.CustomFilterPopupItems property.

See Also