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

ReminderBase.Dismissed Property

Gets whether the reminder has been dismissed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public bool Dismissed { get; }

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