Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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

    DevExpress.ExpressApp.Blazor.SystemModule Namespace

    In This Article

    Contains classes used by default in XAF ASP.NET Core Blazor applications.

    Assembly: DevExpress.ExpressApp.Blazor.v25.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.
    GridExportEventArgsBase
    GridExportEventArgsBase<T>
    ListEditorInplaceEditController A ViewController descendant that allows you to customize inplace editing behavior.
    PopupWindowTemplateClosingController A WindowController descendant that allows you to control the Close button visibility in a pop-up window.
    PopupWindowTemplateSizeController A WindowController descendant that allows you to control drag and resize settings of a pop-up window.

    #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.
    IModelListViewTreeListBlazor Used to extend the Application Model‘s Views node.
    IModelOptionsBlazor Used to extend the Application Model‘s Options node.
    IModelRootNavigationItemsBlazor Extends the Application Model‘s NavigationItems 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.