Skip to main content

BeforeFillRangeEventArgs.Cancel Property

Gets or sets whether to cancel the fill operation for the current cell range.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.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