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

ReminderBase.Dismissed Property

Gets whether the reminder has been dismissed.

Namespace: DevExpress.XtraScheduler

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

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

Declaration

public bool Dismissed { get; }

Property Value

Type Description
Boolean

True, if the reminder is dismissed; otherwise, false.

Remarks

Use the ReminderBase.Dismiss method to dismiss the reminder.

See Also