Skip to main content
A newer version of this page is available. .

SchedulerControl.SupportsRecurrence Property

Gets whether the Scheduler can have recurrent appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[Browsable(false)]
public bool SupportsRecurrence { get; }

Property Value

Type Description
Boolean

True if the scheduler can have recurrent appointments; otherwise, false.

Remarks

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

See Also