Back to Devexpress

IObjectSpace.GetObjectHandle(Object) Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-getobjecthandle-x28-system-dot-object-x29.md

latest1.6 KB
Original Source

IObjectSpace.GetObjectHandle(Object) Method

Returns an object’s handle.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string GetObjectHandle(
    object obj
)
vb
Function GetObjectHandle(
    obj As Object
) As String

Parameters

NameTypeDescription
objObject

An Object whose handle will be retrieved.

|

Returns

TypeDescription
String

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

|

Remarks

When implementing the IObjectSpace interface in the BaseObjectSpace class’s descendant, don’t implement the GetObjectHandle method. It’s implemented in the BaseObjectSpace class.

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace