Back to Devexpress

ASPxPivotGrid.EncodeHtml Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-f2efdbb1.md

latest1.5 KB
Original Source

ASPxPivotGrid.EncodeHtml Property

SECURITY-RELATED CONSIDERATIONS

Disabling this property may introduce security-related issues. Review the following help topic and learn how to protect websites from cross-site scripting (XSS) attacks: HTML Encoding.

Gets or sets whether to encode control content.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public override bool EncodeHtml { get; set; }
vb
<DefaultValue(True)>
Public Overrides Property EncodeHtml As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to encode control content and display it as text, false to not encode control content and render it as HTML markup.

|

See Also

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace