Back to Devexpress

RangeCopyingEventArgs.Cancel Property

officefileapi-devexpress-dot-spreadsheet-dot-rangecopyingeventargs-2b39299e.md

latest1.1 KB
Original Source

RangeCopyingEventArgs.Cancel Property

Gets or sets a value indicating whether the copy operation should be canceled.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true , to cancel copying; otherwise, false.

|

See Also

RangeCopyingEventArgs Class

RangeCopyingEventArgs Members

DevExpress.Spreadsheet Namespace