Skip to main content

BeforeDragRangeEventArgs.Cancel Property

Gets or sets whether to cancel the drag-and-drop or fill 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 current operation; otherwise, false.

See Also