A newer version of this page is available.
Switch to the current version.
ISchedulerStorageBase.SupportsRecurrence Property
Gets whether the scheduler storage can have recurrence information.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[Browsable(false)]
bool SupportsRecurrence { get; }
<Browsable(False)>
ReadOnly Property SupportsRecurrence As Boolean
Property Value
Type | Description |
---|---|
Boolean | True if the scheduler storage can contain appointment recurrence information; otherwise, false. |
See Also
Feedback