Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

OfficeModule.FindOfficeModule(ModuleList) Method

Checks whether the specified module list contains the OfficeModule, and returns the module if so.

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v19.2.dll

Declaration

public static OfficeModule FindOfficeModule(
    ModuleList modules
)

Parameters

Name Type Description
modules DevExpress.ExpressApp.ModuleList

A ModuleList object that is a collection of modules.

Returns

Type Description
OfficeModule

An OfficeModule object that is the Office Module.

See Also