Skip to main content

RemindersFormDefaultActionEventArgs.Cancel Property

Gets or sets whether the Reminders Form closing is canceled or not.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the form closing is cancelled; otherwise, false.

Remarks

Use the Cancel property if it’s necessary to cancel closing of the Reminders Form when an end-user tries to close it manually.

See Also