Skip to main content

YearlyRecurrenceControl.RecurrenceInfo Property

Gets or sets an object containing information about recurrences of 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 YearlyRecurrenceControl control, the RecurrenceInfo.Type property should be set to RecurrenceType.Yearly.

See Also