BaseObjectSpace.GetObjectByHandle(String) Method
Returns the object with the specified handle.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
Implements
See Also