Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactoryBase Class / GetDefaultRow Method

In This Topic
    GetDefaultRow Method (GridCellFactoryBase)
    In This Topic
    Gets the default row dimensions.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDefaultRow() As GridCellFactoryBase.RowInfo
    public virtual GridCellFactoryBase.RowInfo GetDefaultRow()
    See Also