Back to Devexpress

DxSchedulerDataStorage.GetAppointmentItemById(Object) Method

blazor-devexpress-dot-blazor-dot-dxschedulerdatastorage-dot-getappointmentitembyid-x28-system-dot-object-x29.md

latest1.0 KB
Original Source

DxSchedulerDataStorage.GetAppointmentItemById(Object) Method

Returns an appointment with the specified identifier from the storage.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerAppointmentItem GetAppointmentItemById(
    object id
)

Parameters

NameTypeDescription
idObject

The appointment identifier.

|

Returns

TypeDescription
DxSchedulerAppointmentItem

The appointment with the specified identifier.

|

See Also

DxSchedulerDataStorage Class

DxSchedulerDataStorage Members

DevExpress.Blazor Namespace