Back to Devexpress

SchedulerDataStorage.SupportsRecurrence Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-7ff28f32.md

latest1.6 KB
Original Source

SchedulerDataStorage.SupportsRecurrence Property

Gets whether the scheduler storage can contain information on appointment recurrence.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
Boolean

true if the scheduler storage can contain information on appointment recurrence; otherwise, false.

|

Remarks

This property returns the value of the AppointmentStorageBase.SupportsRecurrence property. See this topic for more information.

See Also

Appointments

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace