ObjectView.ObjectTypeInfo Property
In This Article
Specifies metadata information on the current View’s business class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
IType |
A IType |
#Remarks
You can use the returned object’s ITypeInfo.Type property to obtain the Type of the current View’s business class.
See Also