[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.GetCellDisplayValue

GetCellDisplayValue Method

GetCellDisplayValue<T>(GridCellType, GridColumn)

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

Declaration
protected virtual T GetCellDisplayValue<T>(GridCellType cellType, GridColumn column)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridColumn column

The column that determines the cell.

Returns
Type Description
T
Type Parameters
Name Description
T