DailyRecurrenceControl.DailyRecurrenceTypes Property
Gets the collection of objects specifying available types of daily appointment recurrence.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public IList DailyRecurrenceTypes { get; }
Public ReadOnly Property DailyRecurrenceTypes As IList
Property Value
| Type | Description |
|---|---|
| IList | A IList collection. |
Remarks
When using the DailyRecurrenceControl control, end-users can select one of two available types of daily appointment recurrence:
Every Nth day - the required recurrence frequency in days (N) is set via the DailyRecurrenceControl.Periodicity property.

Every weekday - work days are specified for appointment reoccurrences (the DailyRecurrenceControl.WeekDays property is set to WeekDays.WorkDays).

See Also