[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.GetCellText

GetCellText Method

GetCellText(GridControlRange)

Gets the text representing the content of a cell.

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

The range.

Returns
Type Description
string
Overrides

GetCellText(GridCellType, GridCellRange)

Gets the text representing the content of a cell.

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

Type of the cell.

GridCellRange range

The range.

Returns
Type Description
string