Skip to main content

DxSchedulerDataStorage.GetAppointmentItemById(Object) Method

Returns an appointment with the specified identifier from the storage.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerAppointmentItem GetAppointmentItemById(
    object id
)

Parameters

Name Type Description
id Object

The appointment identifier.

Returns

Type Description
DxSchedulerAppointmentItem

The appointment with the specified identifier.

See Also