DevExpress.ExpressApp.Blazor.SystemModule Namespace
Contains classes used by default in XAF ASP.NET Core Blazor applications.
Assembly: DevExpress.ExpressApp.Blazor.v23.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Classes
| Name | Description |
|---|---|
| BlazorExportController | The ASP.NET Core Blazor-specific descendant of the ExportController class. |
| BlazorModificationsController | Inherits from the ModificationsController to implement ASP.NET Core Blazor specific behavior. |
| BlazorNewObjectViewController | A NewObjectViewController descendant that allows you to customize the New Action in Detail Views. |
| CloseDetailViewController | A ViewController descendant that allows you to customize the Close Action in Detail Views. |
| GridExportEventArgs | Stores data for the CustomizeGridExport and GridExported events. |
| ListEditorInplaceEditController | A ViewController descendant that allows you to customize inplace editing behavior. |
Interfaces
| Name | Description |
|---|---|
| IModelActionBlazor | Used to extend the Application Model‘s IModelAction node. |
| IModelColumnBlazor | Implements the interface of a Grid column in Blazor applications. |
| IModelListViewBlazor | Used to extend the Application Model‘s Views node. |
| IModelTabbedGroupBlazor | Extends IModelTabbedGroup with properties specific to ASP.NET Core Blazor applications. |
| IModelViewLayoutElementBlazor | Used to extend the IModelViewLayoutElement interface. |
Enums
| Name | Description |
|---|---|
| InlineEditMode | Lists values that specify how users edit list view data. |