Back to Devexpress

IObjectSpace.GetObjectType(Object) Method

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

latest1.3 KB
Original Source

IObjectSpace.GetObjectType(Object) Method

Returns the type of the specified business object.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
Type GetObjectType(
    object obj
)
vb
Function GetObjectType(
    obj As Object
) As Type

Parameters

NameTypeDescription
objObject

A business object.

|

Returns

TypeDescription
Type

A Type object that is the type of the obj business object.

|

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace