Back to Devexpress

Appointment.Copy() Method

corelibraries-devexpress-dot-xtrascheduler-dot-appointment-b7811a4d.md

latest1.5 KB
Original Source

Appointment.Copy() Method

Creates a copy of the current Appointment object.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
Appointment Copy()
vb
Function Copy As Appointment

Returns

TypeDescription
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

Appointment Interface

Appointment Members

DevExpress.XtraScheduler Namespace