Skip to main content
.NET 6.0+

ITypeInfo.Implements<InterfaceType>() Method

Indicates whether the type implements a specific interface.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.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