Skip to main content
All docs
V23.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.v23.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