Back to Devexpress

View.ObjectTypeInfo Property

expressappframework-devexpress-dot-expressapp-dot-view-2ca73bcd.md

latest1.6 KB
Original Source

View.ObjectTypeInfo Property

Gets the ObjectTypeInfo property value if the current View is ObjectView. Otherwise, returns null.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public virtual ITypeInfo ObjectTypeInfo { get; set; }
vb
Public Overridable Property ObjectTypeInfo As ITypeInfo

Property Value

TypeDescription
ITypeInfo

A ITypeInfo object providing metadata information on the current View’s business class.

|

Remarks

You can use the returned object’s ITypeInfo.Type property to obtai the Type of the current View’s business class.

See Also

View Class

View Members

DevExpress.ExpressApp Namespace