Skip to main content
A newer version of this page is available. .

AppointmentItemCollection.CreateItemCopy(AppointmentItem) Method

Returns a copy of the given appointment to the collection.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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