[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.GetCellTitle

GetCellTitle Method

GetCellTitle(GridControlRange)

Gets the title attribute that will be applied to the cell.

Declaration
public override string GetCellTitle(GridControlRange range)
Parameters
Type Name Description
GridControlRange range

The cell's range.

Returns
Type Description
string
Overrides

GetCellTitle(GridCellType, GridCellRange)

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

Declaration
public virtual string GetCellTitle(GridCellType cellType, GridCellRange range)
Parameters
Type Name Description
GridCellType cellType

Cell's type.

GridCellRange range

Cell's range.

Returns
Type Description
string