Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BeforeDropRangeEventArgs.Cancel Property

Gets or sets whether to cancel the drag-and-drop operation for the selected cell range.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the operation; otherwise, false.

See Also