Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapter Class / GetCellContentRenderFragment Method
The cell's range.

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

    Parameters

    range
    The cell's range.
    See Also