Back to Devexpress

SchedulerControl.SupportsReminders Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-65e37071.md

latest1.7 KB
Original Source

SchedulerControl.SupportsReminders Property

Gets whether the Scheduler can have appointments with reminders.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public bool SupportsReminders { get; }
vb
<Browsable(False)>
Public ReadOnly Property SupportsReminders As Boolean

Property Value

TypeDescription
Boolean

True if the Scheduler can have appointments with reminders; otherwise, false.

|

Remarks

Reading this property automatically returns a value of the AppointmentStorageBase.SupportsReminders property. See this topic for more information.

See Also

ReminderInfo

Reminder

SupportsReminders

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace