Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / GridTemplateColumns Property

In This Topic
    GridTemplateColumns Property
    In This Topic
    The grid-template-columns property specifies the number (and the widths) of columns in a grid layout.
    Syntax
    'Declaration
     
    
    Public Property GridTemplateColumns As String
    public string GridTemplateColumns {get; set;}
    See Also