Skip to main content
A newer version of this page is available. .
All docs
V23.1

ISchedulerAppointmentActions.SaveAppointmentAsync(DxSchedulerAppointmentItem) Method

Saves appointment changes to a data source.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Task<DxSchedulerAppointmentItem> SaveAppointmentAsync(
    DxSchedulerAppointmentItem appointment = null
)

Optional Parameters

Name Type Default Description
appointment DxSchedulerAppointmentItem null

The appointment to be saved. null to save the appointment that is displayed in the edit form.

Returns

Type Description
Task<DxSchedulerAppointmentItem>

An asynchronous operation that returns the saved appointment. Returns null if the appointment cannot be saved.

Remarks

Refer to the DxScheduler.SaveAppointmentAsync description for more information and an example.

See Also