PivotGridSettings.FieldFilterChanging Property
In This Article
Allows you to customize the filter that is being applied or cancel filtering.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotFieldFilterChangingEventHandler FieldFilterChanging { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
A method that will handle the ASPx |
#Remarks
Note
To remove default filter items and add custom items instead, use the Pivot
See Also