Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the operation; otherwise, false.

See Also