Skip to main content

AppointmentItemCollection.CreateItemCopy(AppointmentItem) Method

Returns a copy of the given appointment to the collection.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItem CreateItemCopy(
    AppointmentItem source
)

Parameters

Name Type Description
source AppointmentItem

A DevExpress.Xpf.Scheduling.AppointmentItem object that is the appointment to copy.

Returns

Type Description
AppointmentItem

A DevExpress.Xpf.Scheduling.AppointmentItem object that is the created copy.

See Also