RecurrenceRange Enum
In This Article
Lists the types of recurrence range.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
No |
A recurring appointment will not have an end date. |
Occurrence |
A recurring appointment will end after its recurrence count exceeds the value specified by the Recurrence |
End |
A recurring appointment will end after the date specified by the Recurrence |
#Passed To
You can pass RecurrenceRange values to the RecurrenceInfo.Range property.
#Remarks
Use the RecurrenceRange enumeration's members to specify the type of the recurrence range. This enumeration's values are used by the RecurrenceInfo.Range property.
See Also