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

In This Topic
    IsContentHtml Property (Menu)
    In This Topic
    Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overrides Property IsContentHtml As Boolean
    [DefaultValue(true)]
    public override bool IsContentHtml {get; set;}
    See Also