Back to Devexpress

CancelPivotCellEditEventArgs.Cancel Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-cancelpivotcellediteventargs-fcc47b43.md

latest1.3 KB
Original Source

CancelPivotCellEditEventArgs.Cancel Property

Gets or sets whether the event must be canceled.

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 if the event must be canceled; otherwise, false

|

Remarks

While handling the PivotGridControl.ShowingEditor event, setting the Cancel property to true cancels the editor activation.

See Also

CancelPivotCellEditEventArgs Class

CancelPivotCellEditEventArgs Members

DevExpress.XtraPivotGrid Namespace