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

GridViewSettings.PreviewEncodeHtml Property

Gets or sets a value that specifies whether the preview row‘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.Mvc

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

Declaration

public bool PreviewEncodeHtml { get; set; }

Property Value

Type Description
Boolean

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

See Also