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

XafApplication.FindModelClass(Type) Method

Returns the Application Model‘s IModelClass node representing the specific business class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public IModelClass FindModelClass(
    Type objectType
)

Parameters

Name Type Description
objectType Type

A Type object representing the type of the specific business class.

Returns

Type Description
IModelClass

A IModelClass object representing the node corresponding to the specified business class.

See Also