Skip to main content
All docs
V26.1
  • DashboardsBlazorModule.Setup(XafApplication) Method

    For internal use. Sets up the DashboardsBlazorModule added to the XafApplication.Modules collection.

    Namespace: DevExpress.ExpressApp.Dashboards.Blazor

    Assembly: DevExpress.ExpressApp.Dashboards.Blazor.v26.1.dll

    Declaration

    public override void Setup(
        XafApplication application
    )

    Parameters

    Name Type Description
    application XafApplication

    An XafApplication object that allows you to manage the current application.

    See Also