Skip to main content

ASPxTreeList.PreviewEncodeHtml Property

SECURITY NOTE

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 preview row content.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool PreviewEncodeHtml { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also