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

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