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

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