A newer version of this page is available.
Switch to the current version.
AppointmentDisplayOptions.ShowReminder Property
Specify whether the reminder symbol should be displayed for an appointment with a reminder.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public bool ShowReminder { get; set; }
<XtraSerializableProperty>
Public Property ShowReminder As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if a reminder symbol should be displayed; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 55 property paths
See Also
Feedback