Skip to main content
A newer version of this page is available. .

DxSchedulerDataStorage.GetLabelItemById(Object) Method

Returns a label with the specified identifier from the storage.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.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