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

RecurrenceRange Enum

Lists the types of recurrence range.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum RecurrenceRange

Members

Name Description
NoEndDate

A recurring appointment will not have an end date.

OccurrenceCount

A recurring appointment will end after its recurrence count exceeds the value specified by the RecurrenceInfo.OccurrenceCount property.

EndByDate

A recurring appointment will end after the date specified by the RecurrenceInfo.End property.

Related API Members

The following properties accept/return RecurrenceRange values:

Library Related API Members
Cross-Platform Class Library IRecurrenceInfo.Range
RecurrenceInfo.Range
ASP.NET Web Forms Controls AppointmentFormTemplateContainer.RecurrenceRange
AppointmentRecurrenceFormSettings.RecurrenceRange

Remarks

Use this enumeration’s members to specify the type of the recurrence range. This enumeration’s values are used by the RecurrenceInfo.Range property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RecurrenceRange enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also