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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

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