SpreadsheetCellCancelEventArgs.Cancel Property
Gets or sets whether the operation performed on the processed event should be canceled.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to cancel the operation; otherwise, false. |
Remarks
Set the Cancel property to true to cancel activating the cell editor when handling the SpreadsheetControl.CellBeginEdit event, or to cancel closing the cell editor when handling the SpreadsheetControl.CellEndEdit event.
See Also
Feedback