DxSchedulerDataStorage.GetAppointmentItemById(Object) Method
In This Article
Returns an appointment with the specified identifier from the storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DxSchedulerAppointmentItem GetAppointmentItemById(
object id
)
#Parameters
Name | Type | Description |
---|---|---|
id | Object | The appointment identifier. |
#Returns
Type | Description |
---|---|
Dx |
The appointment with the specified identifier. |
See Also