PivotGridSettings.FieldFilterChanging Property
Allows you to customize the filter that is being applied or cancel filtering.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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