Skip to main content
.NET 8.0+

SystemModule Class

The module contained in the DevExpress.ExpressApp.v25.1.dll assembly.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public sealed class SystemModule :
    ModuleBase,
    IModelXmlConverter,
    IModelNodeUpdater<IModelOptions>,
    IModelNodeUpdater<IModelListView>,
    IModelNodeUpdater<IModelLayoutManagerOptions>

Remarks

The System Module comprises the following assemblies:

DevExpress.ExpressApp.v25.1.dll
Contains base classes and services that are used by DevExpress.ExpressApp.Blazor, DevExpress.ExpressApp.Win, and DevExpress.ExpressApp.Web assemblies.
DevExpress.ExpressApp.Blazor.v25.1.dll
Contains classes that are required in Blazor applications.
DevExpress.ExpressApp.Win.v25.1.dll
Contains classes that are required in Windows Forms applications.
DevExpress.ExpressApp.Web.v25.1.dll
Contains classes that are required in ASP.NET Web Forms applications.

The SystemModule class exposes properties whose values determine the behavior of system functionality. To set these properties, select the SystemModule component in the Application Designer‘s Modules section, and use the Properties window.

Implements

See Also