Skip to main content

AppointmentFormController.PatternRecurrenceInfo Property

Gets the recurrence information of the currently edited pattern appointment's copy.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public RecurrenceInfo PatternRecurrenceInfo { get; }

#Property Value

Type Description
RecurrenceInfo

A RecurrenceInfo object containing information about the appointment's reoccurrences.

#Remarks

Use the PatternRecurrenceInfo property to get access to all attributes of the recurrence rule contained in the source pattern appointment.

See Also