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

ReminderItem.Dismissed Property

Gets whether the reminder has been dismissed.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool Dismissed { get; }

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