Skip to main content
A newer version of this page is available. .

SchedulerControl.ShowNewAppointmentDialogAsync(DateTimeOffset, DateTimeOffset, IEnumerable<ResourceItem>) Method

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

Declaration

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

Parameters

Name Type
startDate DateTimeOffset
endDate DateTimeOffset
selectedResources IEnumerable<DevExpress.WinUI.Scheduler.ResourceItem>

Returns

Type
Task<AppointmentItem>
See Also