A newer version of this page is available.
Switch to the current version.
Appointment.Copy() Method
Creates a copy of the current Appointment object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
Returns
Type | Description |
---|---|
Appointment | An Appointment object which is a copy of the current object. |
Remarks
This method creates a new instance of the Appointment class and copies the properties of the current appointment object to it. Note, that the type of the created appointment will always be Normal, except for when the type of the appointment being copied is Pattern in which case the created appointment will also have a type of Pattern.
See Also
Feedback