Back to Devexpress

Appointment.Assign(Appointment) Method

corelibraries-devexpress-dot-xtrascheduler-dot-appointment-dot-assign-x28-devexpress-dot-xtrascheduler-dot-appointment-x29.md

latest1.2 KB
Original Source

Appointment.Assign(Appointment) Method

Copies all settings from the object passed as the parameter to the current object.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
void Assign(
    Appointment src
)
vb
Sub Assign(
    src As Appointment
)

Parameters

NameTypeDescription
srcAppointment

A Appointment object whose settings are assigned to the current object.

|

See Also

Appointment Interface

Appointment Members

DevExpress.XtraScheduler Namespace