ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / IsContentHtml Property

In This Topic
    IsContentHtml Property (TransposedGridRowBase)
    In This Topic
    Gets or sets whether cells in this row or column contain HTML content rather than plain text.
    Syntax
    'Declaration
     
    
    Public Property IsContentHtml As Boolean
    public bool IsContentHtml {get; set;}
    See Also