Skip to main content

SchedulerControl.ShowEditAppointmentDialogAsync(AppointmentItem) Method

Namespace: DevExpress.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Task ShowEditAppointmentDialogAsync(
    AppointmentItem item
)

#Parameters

Name Type
item AppointmentItem

#Returns

Type
Task
See Also