Back to Devexpress

SchedulerControl.GetLabelItemById(Object) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-getlabelitembyid-x28-system-dot-object-x29.md

latest1.2 KB
Original Source

SchedulerControl.GetLabelItemById(Object) Method

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentLabelItem GetLabelItemById(
    object id
)
vb
Public Function GetLabelItemById(
    id As Object
) As AppointmentLabelItem

Parameters

NameType
idObject

Returns

Type
AppointmentLabelItem

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace