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

ITypeInfo.Implements<InterfaceType>() Method

Indicates whether the type implements a specific interface.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

bool Implements<InterfaceType>()

Type Parameters

Name
InterfaceType

Returns

Type Description
Boolean

true, if the type implements the specified interface; otherwise, false.

See Also