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

In This Topic
    GridRow Property
    In This Topic
    The grid-row property specifies a grid item's size and location in a grid layout.
    Syntax
    'Declaration
     
    
    Public Property GridRow As Nullable(Of C1StyleGridSpan)
    public Nullable<C1StyleGridSpan> GridRow {get; set;}
    See Also