ISchedulerAppointmentActions.SaveAppointmentAsync(DxSchedulerAppointmentItem) Method
Saves appointment changes to a data source.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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. |
Returns
Type | Description |
---|---|
Task<DxSchedulerAppointmentItem> | An asynchronous operation that returns the saved appointment. Returns |
Remarks
Refer to the DxScheduler.SaveAppointmentAsync description for more information and an example.
See Also