Skip to main content
Row

CopiedRangePastingEventArgs.Cancel Property

Gets or sets a value indicating whether the operation of pasting data should be canceled.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the paste operation; otherwise, false.

See Also