Skip to main content

ReminderBase.Dismissed Property

Gets whether the reminder has been dismissed.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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