ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / CssClass Property

In This Topic
    CssClass Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Control.CssClass. Sets the css class of the control.
    Syntax
    'Declaration
     
    Public Property CssClass As String
    public string CssClass {get; set;}
    See Also