Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBoundRow Class / Height Property

In This Topic
    Height Property (GridBoundRow)
    In This Topic
    Gets or sets the height of the row.
    Syntax
    'Declaration
     
    
    Public Property Height As GridLength
    public GridLength Height {get; set;}
    See Also