Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRow Class / MaxHeight Property

In This Topic
    MaxHeight Property (GridRow)
    In This Topic
    Gets or sets the maximum height of the row.
    Syntax
    'Declaration
     
    
    Public Property MaxHeight As Double
    public double MaxHeight {get; set;}
    See Also