ReminderItem.Dismissed Property
Gets whether the reminder has been dismissed.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, if the reminder is dismissed; otherwise, false. |
Remarks
A reminder can be dismissed by calling the ReminderItem.Dismiss method or executing the commands Dismiss or DismissAll. End-users can dismiss the reminder using the Reminders Window.
See Also