Skip to main content
All docs
V25.2
  • DashboardsOptions.ControllerName Property

    The Controller name without the Controller suffix.

    Namespace: DevExpress.ExpressApp.Dashboards.Blazor

    Assembly: DevExpress.ExpressApp.Dashboards.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Dashboards.Blazor

    Declaration

    public string ControllerName { get; set; }

    Property Value

    Type Description
    String

    The Controller name without the Controller suffix. The default value is "XafBlazorDashboard".

    See Also