ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / CssClassAll Property

In This Topic
    CssClassAll Property (TransposedGridRowBase)
    In This Topic
    Gets or sets a CSS class name to use when rendering all cells (data and headers) in the column or row.
    Syntax
    'Declaration
     
    
    Public Property CssClassAll As String
    public string CssClassAll {get; set;}
    See Also