Skip to main content
All docs
V18.2

SchedulerControl.ShowNewAppointmentDialogAsync(DateTimeOffset, DateTimeOffset) Method

Namespace: DevExpress.UI.Xaml.Scheduler

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

Declaration

public Task<AppointmentItem> ShowNewAppointmentDialogAsync(
    DateTimeOffset startDate,
    DateTimeOffset endDate
)

Parameters

Name Type
startDate DateTimeOffset
endDate DateTimeOffset

Returns

Type
Task<AppointmentItem>
See Also