Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / GetCellContentRenderFragment Method / GetCellContentRenderFragment(GridControlRange) Method
The cell's range.

In This Topic
    GetCellContentRenderFragment(GridControlRange) Method
    In This Topic
    Returns the fragment to show inside the cell at the specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetCellContentRenderFragment( _
       ByVal range As GridControlRange _
    ) As RenderFragment
    public override RenderFragment GetCellContentRenderFragment( 
       GridControlRange range
    )

    Parameters

    range
    The cell's range.
    See Also