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
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