AppointmentFormController.PatternRecurrenceInfo Property
In This Article
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
#Property Value
Type | Description |
---|---|
Recurrence |
A Recurrence |
#Remarks
Use the PatternRecurrenceInfo property to get access to all attributes of the recurrence rule contained in the source pattern appointment.
See Also