Back to Devexpress

DxSchedulerDataStorage.GetLabelItemById(Object) Method

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

latest1.0 KB
Original Source

DxSchedulerDataStorage.GetLabelItemById(Object) Method

Returns a label with the specified identifier from the storage.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerAppointmentLabelItem GetLabelItemById(
    object id
)

Parameters

NameTypeDescription
idObject

The label identifier.

|

Returns

TypeDescription
DxSchedulerAppointmentLabelItem

The label with the specified identifier.

|

See Also

DxSchedulerDataStorage Class

DxSchedulerDataStorage Members

DevExpress.Blazor Namespace