Skip to main content
A newer version of this page is available. .

DxSchedulerDataStorage.RemoveAppointment(DxSchedulerAppointmentItem) Method

Removes the specified appointment from the storage.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public void RemoveAppointment(
    DxSchedulerAppointmentItem appointment
)

Parameters

Name Type Description
appointment DxSchedulerAppointmentItem

The appointment to remove.

See Also