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

In This Topic
    GetCellTitle Method (GridControlAdapter)
    In This Topic
    Gets the title attribute that will be applied to the cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCellTitle( _
       ByVal range As GridControlRange _
    ) As String
    public virtual string GetCellTitle( 
       GridControlRange range
    )

    Parameters

    range
    The cell's range.
    See Also