Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelClass.TypeInfo Property

Supplied metadata information on the current business class.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
ITypeInfo TypeInfo { get; }

Property Value

Type Description
ITypeInfo

An ITypeInfo object supplying metadata information on the current business class.

Remarks

This property is intended for internal use.

See Also