ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeView Class / IsContentHtml Property

In This Topic
    IsContentHtml Property (TreeView)
    In This Topic
    Gets or sets a value indicating whether items are bound to plain text or HTML.
    Syntax
    'Declaration
     
    Public Property IsContentHtml As Boolean
    public bool IsContentHtml {get; set;}
    See Also