Skip to main content

ReminderCancelEventArgs.Cancel Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

True to cancel the operation; otherwise, false.

See Also