DxSchedulerDataStorage.GetLabelItemById(Object) Method
Returns a label with the specified identifier from the storage.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerAppointmentLabelItem GetLabelItemById(
object id
)
Parameters
| Name | Type | Description |
|---|---|---|
| id | Object | The label identifier. |
Returns
| Type | Description |
|---|---|
| DxSchedulerAppointmentLabelItem | The label with the specified identifier. |
See Also