Skip to main content
.NET 6.0+

IMemberInfo.MemberTypeInfo Property

Supplies metadata on the current member’s type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ITypeInfo MemberTypeInfo { get; }

Property Value

Type Description
ITypeInfo

An ITypeInfo object that supplies metadata on the current member’s type.

See Also