Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.EncodeHtml Property

Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(true)]
public override bool EncodeHtml { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the HTML code contained within the control’s values is not executed and is converted into the corresponding text for display purposes, false if the control’s values can contain pure HTML code.

Remarks

The EncodeHtml is in effect for the control’s cell values and column/row field values.

Refer to the HTML Encoding topic for more information on DevExpress ASP.NET controls encoding.

See Also