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

SchedulerControl.GetResourceItemBySourceObject(Object) Method

Gets a source object’s associated resource.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public ResourceItem GetResourceItemBySourceObject(
    object source
)

Parameters

Name Type Description
source Object

A source object.

Returns

Type Description
ResourceItem

A ResourceItem object that is the resource retrieved from the given object.

See Also