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.v19.1.dll

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