Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridIncrementalLoadingRow Class / MinHeight Property

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