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

WebChartControl.EncodeHtml Property

Overrides the ASPxWebControl.EncodeHtml property to hide it.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public override bool EncodeHtml { get; set; }

Property Value

Type Description
Boolean

Always false.

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class, because the EncodeHtml property isn’t appropriate for the WebChartControl class.

See Also