Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactoryBase.RowInfo Class / GridCellFactoryBase.RowInfo Constructor
The height.
The minimum height.
The maximum height.
if set to true the row is visible.

In This Topic
    GridCellFactoryBase.RowInfo Constructor
    In This Topic
    Initializes a new instance of the GridCellFactoryBase.RowInfo class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal height As GridLength, _
       ByVal minHeight As Double, _
       ByVal maxHeight As Double, _
       ByVal isVisible As Boolean _
    )
    public GridCellFactoryBase.RowInfo( 
       GridLength height,
       double minHeight,
       double maxHeight,
       bool isVisible
    )

    Parameters

    height
    The height.
    minHeight
    The minimum height.
    maxHeight
    The maximum height.
    isVisible
    if set to true the row is visible.
    See Also