Skip to main content
All docs
V26.1
  • RestrictedDashboardController.GetDashboardPaletteNames() Method

    This member supports internal infrastructure and is not intended to be used directly from your code.

    Namespace: DevExpress.DashboardAspNetCore

    Assembly: DevExpress.Dashboard.v26.1.AspNetCore.dll

    Declaration

    [HttpGet]
    public Task<ContentResult> GetDashboardPaletteNames()

    Returns

    Type
    Task<ContentResult>
    See Also