Skip to main content

AppointmentItem.SetRecurrenceInfo(IRecurrenceInfo) Method

Sets the specified IRecurrenceInfo object as the RecurrenceInfo property value.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void SetRecurrenceInfo(
    IRecurrenceInfo recurrenceInfo
)

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