Skip to main content
A newer version of this page is available. .

XafApplication.FindModelClass(Type) Method

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

Namespace: DevExpress.ExpressApp

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