DxSchedulerDataStorage.GetAppointmentItemById(Object) Method
Returns an appointment with the specified identifier from the storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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