Skip to main content

PivotFieldFilterChangingEventArgs.Cancel Property

Gets or sets whether to cancel changing the filter condition.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

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