Back to Devexpress

AppointmentItemCollection.CreateItemCopy(AppointmentItem) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitemcollection-dot-createitemcopy-x28-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-x29.md

latest1.6 KB
Original Source

AppointmentItemCollection.CreateItemCopy(AppointmentItem) Method

Returns a copy of the given appointment to the collection.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem CreateItemCopy(
    AppointmentItem source
)
vb
Public Function CreateItemCopy(
    source As AppointmentItem
) As AppointmentItem

Parameters

NameTypeDescription
sourceAppointmentItem

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

|

Returns

TypeDescription
AppointmentItem

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

|

See Also

AppointmentItemCollection Class

AppointmentItemCollection Members

DevExpress.Xpf.Scheduling Namespace