Skip to main content

AppointmentItem.ApplyFromAppointment(AppointmentItem) Method

In This Article

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public virtual void ApplyFromAppointment(
    AppointmentItem item
)

#Parameters

Name Type
item AppointmentItem
See Also