Back to Devexpress

SchedulerControl.GetLabelItemBySourceObject(Object) Method

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

latest1.5 KB
Original Source

SchedulerControl.GetLabelItemBySourceObject(Object) Method

Gets a source object’s associated label.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentLabelItem GetLabelItemBySourceObject(
    object source
)
vb
Public Function GetLabelItemBySourceObject(
    source As Object
) As AppointmentLabelItem

Parameters

NameTypeDescription
sourceObject

A source object.

|

Returns

TypeDescription
AppointmentLabelItem

A AppointmentLabelItem object that is the label retrieved from the given object.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace