Back to Devexpress

PivotFieldValueCancelEventArgs.Cancel Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotfieldvaluecanceleventargs.md

latest1.2 KB
Original Source

PivotFieldValueCancelEventArgs.Cancel Property

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

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 the operation; otherwise, false.

|

See Also

PivotFieldValueCancelEventArgs Class

PivotFieldValueCancelEventArgs Members

DevExpress.XtraPivotGrid Namespace