Skip to main content

DxSchedulerDataStorage.RemoveAppointment(DxSchedulerAppointmentItem) Method

Removes the specified appointment from the storage.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public void RemoveAppointment(
    DxSchedulerAppointmentItem appointment
)

Parameters

Name Type Description
appointment DxSchedulerAppointmentItem

The appointment to remove.

See Also