C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BoundField Class / HtmlEncode Property

In This Topic
HtmlEncode Property
In This Topic
Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a C1BoundField object.
Syntax
'Declaration
 
Public Overridable Property HtmlEncode As System.Boolean
 

Property Value

True if field values are HTML-encoded before they are displayed in a C1BoundField object; otherwise, false. The default value is true.
See Also