Skip to main content
All docs
V25.1
  • DxDashboard.EncodeHtml Property

    Specifies whether the DxDashboard’s value and element content are rendered as HTML or if HTML markers are omitted.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    public bool EncodeHtml { get; set; }

    Property Value

    Type Description
    Boolean

    true if the HTML code in the DxDashboard’s value and element content are not executed and converted to text; false if the DxDashboard’s value and element content can contain HTML code.

    See Also