SchedulerStorage.SupportsRecurrence Property
In This Article
Gets whether the information on appointment recurrence is obtained from a data source.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the information on appointment recurrence is obtained from a data source; otherwise, false. |
#Remarks
The SupportsRecurrence property returns the value of the AppointmentStorage.SupportsRecurrence property.
See Also