ITypeInfo.Implementors Property
If the current type is an interface, this property supplies metadata on the types implementing or inheriting this interface.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<ITypeInfo> | An IEnumerable<ITypeInfo> object that supplies metadata on the types implementing or inheriting the interface. |
See Also