Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / MinRowHeight Property

In This Topic
    MinRowHeight Property
    In This Topic
    Gets or sets the minimum height of rows in the FlexGrid.
    Syntax
    'Declaration
     
    
    Public Property MinRowHeight As Double
    public double MinRowHeight {get; set;}
    See Also