Returns the object with the specified handle.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public object GetObjectByHandle(
string handle
)
Public Function GetObjectByHandle(
handle As String
) As Object
Type | Name | Description |
---|---|---|
String | handle | A string holding the key property value and type of the specified object, representing the handle of the object that will be retrieved. |
Type | Description |
---|---|
Object | An object which has the specified handle. |
Generally, you do not need to use this method, since it is intended for internal use.