RecurrenceRangeControl.RecurrenceRanges Property
Gets the collection of objects specifying available types of the recurrence range.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IList | A IList collection. |
Remarks
When using the RecurrenceRangeControl control, end-users can select one of three available scenarios for specifying the end boundaries of the appointment recurrence:
No end date - the range of recurrence is unbound.

End after N occurrences - the appointment recurrence will end after the specified count of appointment occurrences is reached.

End by - the appointment recurrence will end after the specified date.

See Also