Skip to main content
A newer version of this page is available. .

ViewItem.ObjectTypeInfo Property

Provides access to the information on the type of the object which is represented by the current View Item’s View.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ITypeInfo ObjectTypeInfo { get; set; }

Property Value

Type Description
ITypeInfo

An ITypeInfo object representing information on the type of the business object which is represented by the current View Item’s View.

See Also