Skip to main content

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

public IList RecurrenceRanges { get; }

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

    DXScheduler_RecurrenceRangeControl_NoEndDate

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

    DXScheduler_RecurrenceRangeControl_EndAfter

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

    DXScheduler_RecurrenceRangeControl_EndBy

See Also