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

Appointment.Copy() Method

Creates a copy of the current Appointment object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

Appointment Copy()

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Copy() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also