AppointmentItem.SetRecurrenceInfo(IRecurrenceInfo) Method
Sets the specified IRecurrenceInfo object as the RecurrenceInfo property value.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
recurrenceInfo | IRecurrenceInfo | A DevExpress.XtraScheduler.IRecurrenceInfo object to specify as the RecurrenceInfo property value. |
Remarks
See the How to: Create Recurrence in Code tutorial section for more information on how to create recurring appointments in code.
See Also