Gets or sets a value that indicates whether formatted text should be HTML encoded when it is displayed.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
public virtual bool HtmlEncodeFormatString { get; set; }
Visual Basic
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
Public Overridable Property HtmlEncodeFormatString As Boolean
	Get
	Set

Field Value

True if the text should be HTML-encoded; otherwise, false. The default value is true.

See Also