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

In This Topic
    GetDefaultRow Method (GridCellFactory)
    In This Topic
    Gets the default row dimensions.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetDefaultRow() As GridControlAdapter.RowInfo
    public override GridControlAdapter.RowInfo GetDefaultRow()
    See Also