View.ObjectTypeInfo Property
In This Article
Gets the ObjectTypeInfo property value if the current View is ObjectView. Otherwise, returns null.
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 obtai the Type of the current View’s business class.
See Also