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

ASPxTreeList.PreviewEncodeHtml Property

Gets or sets a value that specifies whether the preview‘s display text containing HTML code should be parsed and rendered as a pure HTML markup or should be represented as text on a page.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if HTML code contained in the preview should not be executed and is converted into corresponding text for display purposes, false if the preview can contain pure HTML code.

See Also