DailyRecurrenceControl.RecurrenceInfo Property
Gets or sets an object containing information about recurrences of the appointment.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public RecurrenceInfo RecurrenceInfo { get; set; }
Public Property RecurrenceInfo As RecurrenceInfo
Property Value
| Type | Description |
|---|---|
| RecurrenceInfo | A RecurrenceInfo object containing information about appointment recurrences. |
Remarks
Use the RecurrenceInfo property to specify the recurrence pattern for display.
NOTE
For the DailyRecurrenceControl control, the RecurrenceInfo.Type property should be set to RecurrenceType.Daily.
See Also