[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.GetCellDisplayValue

GetCellDisplayValue Method

GetCellDisplayValue<T>(GridCellType, GridRow)

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

Declaration
public virtual T GetCellDisplayValue<T>(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
T
Type Parameters
Name Description
T