Skip to main content

WeeklyRecurrenceControl.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; }

#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 WeeklyRecurrenceControl control, the RecurrenceInfo.Type property should be set to RecurrenceType.Weekly.

See Also