Skip to main content

PivotGridSettings.FieldFilterChanging Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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