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

PivotFieldFilterChangingEventArgs.Cancel Property

Gets or sets whether to cancel changing the filter condition.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool Cancel { get; set; }

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