DxSchedulerDataStorage.RemoveAppointment(DxSchedulerAppointmentItem) Method
In This Article
Removes the specified appointment from the storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public void RemoveAppointment(
DxSchedulerAppointmentItem appointment
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Dx |
The appointment to remove. |
See Also