Back to Devexpress

DxDashboard.EncodeHtml Property

dashboard-devexpress-dot-dashboardblazor-dot-dxdashboard.md

latest1.3 KB
Original Source

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.2.Blazor.dll

NuGet Package : DevExpress.Blazor.Dashboard

Declaration

csharp
[Parameter]
public bool EncodeHtml { get; set; }
vb
<Parameter>
Public Property EncodeHtml As Boolean

Property Value

TypeDescription
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

DxDashboard Class

DxDashboard Members

DevExpress.DashboardBlazor Namespace