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

ITypeInfo.Descendants Property

Supplies metadata on the current type’s descendants.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

IEnumerable<ITypeInfo> Descendants { get; }

Property Value

Type Description
IEnumerable<ITypeInfo>

An IEnumerable<ITypeInfo> object that supplies metadata on the current type’s descendants.

See Also