ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / Height Property

In This Topic
    Height Property (TreeView)
    In This Topic
    Gets or sets the height of the control.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Height As String
    [C1Ignore()]
    public string Height {get; set;}
    See Also