Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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