Skip to main content
All docs
V26.1
  • DashboardsOptions.Endpoint Property

    The endpoint URL prefix used to send data requests to a server.

    Namespace: DevExpress.ExpressApp.Dashboards.Blazor

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

    Declaration

    public string Endpoint { get; set; }

    Property Value

    Type Description
    String

    The endpoint URL prefix used to send data requests to a server. The default value is "api/dashboard".

    See Also