Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactoryBase Class / GetCellContentRenderFragment(GridCellType,GridCellRange) Method

In This Topic
    GetCellContentRenderFragment(GridCellType,GridCellRange) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCellContentRenderFragment( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange _
    ) As RenderFragment
    public virtual RenderFragment GetCellContentRenderFragment( 
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

    cellType
    range
    See Also