ISchedulerAppointmentActions.DeleteAppointmentAsync(DxSchedulerAppointmentItem) Method
Deletes an appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Task DeleteAppointmentAsync(
DxSchedulerAppointmentItem appointment = null
)
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| appointment | DxSchedulerAppointmentItem | null | The appointment to be deleted. |
Returns
| Type | Description |
|---|---|
| Task | The task that is completed when the appointment is deleted. |
Remarks
Refer to the DxScheduler.DeleteAppointmentAsync description for more information and an example.
See Also