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

PivotFieldValueCancelEventArgs.Cancel Property

Gets or sets whether the field value can be expanded/collapsed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the operation; otherwise, false.

See Also