PivotFieldFilterChangingEventArgs.Cancel Property
In This Article
Gets or sets whether to cancel changing the filter condition.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to cancel changing the filter condition; otherwise, false. |
#Remarks
To obtain the filter condition which is about to be applied to the filter, use the PivotFieldFilterChangingEventArgs.Values and PivotFieldFilterChangingEventArgs.FilterType properties. To cancel applying the condition, set the Cancel property to true.
See Also