Skip to main content
.NET 6.0+

ITypeInfo.Base Property

Supplies metadata on a type from which the current type directly inherits.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ITypeInfo Base { get; }

Property Value

Type Description
ITypeInfo

An ITypeInfo object that supplies metadata on a type from which the current type directly inherits.

See Also