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

In This Topic
    CssStyles Property (TreeView)
    In This Topic
    Gets the CSS style applied in the control.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public ReadOnly Property CssStyles As IDictionary(Of String,String)
    [C1Ignore()]
    public IDictionary<string,string> CssStyles {get;}
    See Also