Skip to main content

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

NuGet Package: 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