Skip to main content

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:

See Also