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

AppointmentItem.Assign(AppointmentItem) Method

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public void Assign(
    AppointmentItem src
)

Parameters

Name Type Description
src AppointmentItem

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

See Also