ReminderItem.Dismissed Property
Gets whether the reminder has been dismissed.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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