ReminderBase.Dismissed Property
Gets whether the reminder has been dismissed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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