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

SchedulerRecurrenceRange Enum

Lists values that specify types of recurrence ranges.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum SchedulerRecurrenceRange

Members

Name Description
NoEndDate

A recurrent appointment has no end date. Corresponds to 0.

OccurrenceCount

A recurrent appointment ends after its recurrence count exceeds the specified value (the OccurrenceCount property value). Corresponds to 1.

EndByDate

A recurrent appointment ends after the specified date (the End property value). Corresponds to 2.

Related API Members

The following properties accept/return SchedulerRecurrenceRange values:

See Also