ITypeInfo.Descendants Property
Supplies metadata on the current type’s descendants.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<ITypeInfo> | An IEnumerable<ITypeInfo> object that supplies metadata on the current type’s descendants. |
See Also