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

BaseObjectSpace.GetObjectByHandle(String) Method

Returns the object with the specified handle.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public object GetObjectByHandle(
    string handle
)

Parameters

Name Type Description
handle String

A string holding the key property value and type of the specified object, representing the handle of the object that will be retrieved.

Returns

Type Description
Object

An object which has the specified handle.

Remarks

Generally, you do not need to use this method, since it is intended for internal use.

See Also