ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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
    public virtual System.bool HtmlEncode {get; set;}

    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