Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ModuleBase.IsExportedType(Type) Method

Detects whether the specified type is exported to the system class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public virtual bool IsExportedType(
    Type type
)

#Parameters

Name Type Description
type Type

A Type object that is the type to be tested.

#Returns

Type Description
Boolean

true if the specified type is exported; otherwise, flase

#Remarks

A module provides a list of exported types. These types (business classes) take part in the automatic application construction (they are loaded to the Application Model and they are managed by Object Space).

See Also