Skip to main content

PivotFieldFilterChangingEventArgs.Cancel Property

Gets or sets whether to cancel changing the filter condition.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.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