Skip to main content
A newer version of this page is available. .

ReminderCancelEventArgs.Cancel Property

Gets or sets whether the operation performed on the processed event should be canceled.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

True to cancel the operation; otherwise, false.

See Also