Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BaseObjectSpace.GetObjectHandle(Object) Method

Returns an object’s handle.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public string GetObjectHandle(
    object obj
)

Parameters

Name Type Description
obj Object

An object whose handle will be retrieved.

Returns

Type Description
String

A string holding the key property value and type of the specified object, representing the specified object’s handle.

Remarks

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

See Also