Skip to main content
Row

RangeCopyingEventArgs.Cancel Property

Gets or sets a value indicating whether the copy operation 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 copying; otherwise, false.

See Also