[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.GetCellTitle

GetCellTitle Method

GetCellTitle(GridCellType, GridCellRange)

Gets the title attribute that will be set in the cell div.

Declaration
public virtual string GetCellTitle(GridCellType cellType, GridCellRange range)
Public Overridable Function GetCellTitle(cellType As GridCellType, range As GridCellRange) As String
Parameters
Type Name Description
GridCellType cellType

Cell's type.

GridCellRange range

Cell's range.

Returns
Type Description
string