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

RemindersFormDefaultActionEventArgs.Cancel Property

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

Namespace: DevExpress.XtraScheduler

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

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