Back to Devexpress

RecurrenceRange Enum

corelibraries-devexpress-dot-xtrascheduler-9c58363f.md

latest2.2 KB
Original Source

RecurrenceRange Enum

Lists the types of recurrence range.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public enum RecurrenceRange
vb
Public Enum RecurrenceRange

Members

NameDescription
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.

|

The following properties accept/return RecurrenceRange values:

LibraryRelated API Members
Cross-Platform Class LibraryIRecurrenceInfo.Range
RecurrenceInfo.Range
ASP.NET Web Forms ControlsAppointmentFormTemplateContainer.RecurrenceRange
ASP.NET MVC ExtensionsAppointmentRecurrenceFormSettings.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.

See Also

Range

Appointments

DevExpress.XtraScheduler Namespace