Skip to main content

SchedulerControl.SupportsRecurrence Property

Gets whether the information on recurring appointments is obtained from a datasource.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

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

#Property Value

Type Description
Boolean

true if the information on appointment recurrences is obtained from a datasource; otherwise, false.

#Remarks

The SupportsRecurrence property automatically returns a value of the AppointmentStorage.SupportsRecurrence property.

See Also