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

SchedulerControl.GetStatusItemBySourceObject(Object) Method

Gets a source object’s associated status.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public AppointmentStatusItem GetStatusItemBySourceObject(
    object source
)

Parameters

Name Type Description
source Object

A source object.

Returns

Type Description
AppointmentStatusItem

A AppointmentStatusItem object that is the status retrieved from the given object.

See Also