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

RecurrenceRangeControl.RecurrenceRanges Property

Gets a list containing localized captions used for recurrence ranges.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public IList RecurrenceRanges { get; }

Property Value

Type Description
IList

A list containing strings used for recurrence range captions.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

The RecurrenceRanges property gets a list of named elements which map the RecurrenceRange types to localized strings used as captions in the control.

Type Text Data Context
RecurrenceRange.NoEndDate SchedulerControlStringId.Form_NoEndDate RecurrenceRangeControl
RecurrenceRange.EndByDate SchedulerControlStringId.Form_EndBy RecurrenceRangeControl
RecurrenceRange.OccurrenceCount SchedulerControlStringId.Form_EndAfter RecurrenceRangeControl
See Also