Back to Devexpress

Session.GetObjectType(Object) Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjecttype-x28-system-dot-object-x29.md

latest1.1 KB
Original Source

Session.GetObjectType(Object) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPObjectType GetObjectType(
    object theObject
)
vb
Public Function GetObjectType(
    theObject As Object
) As XPObjectType

Parameters

NameType
theObjectObject

Returns

Type
XPObjectType

See Also

Session Class

Session Members

DevExpress.Xpo Namespace