[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.GetCellText

GetCellText Method

GetCellText(GridCellType, GridRow)

Gets the text corresponding to the cell in the intersection of the specified row and this column.

Declaration
public virtual string GetCellText(GridCellType cellType, GridRow row)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridRow row

The row that determines the cell.

Returns
Type Description
string