Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IObjectSpace.GetObjectHandle(Object) Method

Returns an object’s handle.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

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

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