Back to Devexpress

PivotFieldFilterChangingEventArgs.Cancel Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldfilterchangingeventargs-a5367e17.md

latest1.8 KB
Original Source

PivotFieldFilterChangingEventArgs.Cancel Property

Gets or sets whether to cancel changing the filter condition.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
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

Values

FilterType

PivotFieldFilterChangingEventArgs Class

PivotFieldFilterChangingEventArgs Members

DevExpress.XtraPivotGrid Namespace