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

Appointment.Assign(Appointment) Method

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

Namespace: DevExpress.XtraScheduler

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

Declaration

void Assign(
    Appointment src
)

Parameters

Name Type Description
src Appointment

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

See Also