ITypeInfo.Implements<InterfaceType>() Method
Indicates whether the type implements a specific interface.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Type Parameters
Name |
---|
InterfaceType |
Returns
Type | Description |
---|---|
Boolean | true, if the type implements the specified interface; otherwise, false. |
See Also