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.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress.ExpressApp.Web.SystemModule Namespace

Contains Controllers used by default in eXpressApp Framework ASP.NET applications.

Assembly: DevExpress.ExpressApp.Web.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Classes

Name Description
ChooseThemeController A WindowController descendant that provides the ChooseThemeController.ChooseThemeAction Action for ASP.NET applications.
CustomWriteToResponseEventArgs Provides data for the WebExportController.CustomWriteToResponse event.
FocusController A WindowController descendant that manages focus on the current page.
ProcessActionContainerHolderController An abstract base Controller for Controllers that create custom Action items.
QueryCloseAfterSaveEventArgs Arguments passed to the WebModificationsController.QueryCloseAfterSave event.
SystemAspNetModule The module contained in the DevExpress.ExpressApp.Web.v20.2.dll assembly.
WebDeleteObjectsViewController Inherits from the DeleteObjectsViewController to implement ASP.NET Web specific behavior.
WebExportController The ASP.NET specific descendant of the ExportController class.
WebModificationsController Inherits from the ModificationsController to implement ASP.NET specific behavior.
WebNewObjectViewController Inherits from the NewObjectViewController to implement ASP.NET specific behavior.

Interfaces

Name Description
IModelActionWeb Used to extend the Application Model‘s IModelAction node.
IModelApplicationWeb Used to extend the Application Model‘s root node (Application).
IModelColumnWeb Used to extend the IModelColumn node with properties specific to ASP.NET applications.
IModelDetailViewWeb Extends the DetailView node with properties specific to ASP.NET applications.
IModelLayoutGroupWeb Used to extend the Application Model‘s layout item node.
IModelListViewWeb Used to extend the Application Model‘s Views node.
IModelOptionsWeb Used to extend the Application Model‘s Options node.
IModelPopupWindowOptionsWeb The PopupWindowOptions node specifies options of the pop-up Window used in ASP.NET Web applications.
IModelRootNavigationItemsWeb Used to extend the Application Model Basics‘s Views node.
IModelViewLayoutElementWeb Used to extend the Application Model‘s layout item node.

Enums

Name Description
CurrentUserDisplayMode Contains values specifying how the current user information is displayed at the top right corner of the application page when the ASP.NET Web Application Appearance is used.
DetailRowMode Contains values specifying how the Detail Row is displayed in the current List View’s ASPxGridListEditor.
InlineEditMode Contains values that specify how cell values are edited by ASP.NET Web List Editors.