Skip to main content
A newer version of this page is available. .
All docs
V21.2

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.v21.2.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