Skip to main content

SchedulerControl.GetLabelItemBySourceObject(Object) Method

Gets a source object’s associated label.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentLabelItem GetLabelItemBySourceObject(
    object source
)

Parameters

Name Type Description
source Object

A source object.

Returns

Type Description
AppointmentLabelItem

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

See Also