Skip to main content

SchedulerStorage.SupportsRecurrence Property

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

public bool SupportsRecurrence { get; }

#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