ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Control Class / CssStyles Property

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