AppointmentItemCollection.CreateItemCopy(AppointmentItem) Method
Returns a copy of the given appointment to the collection.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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