[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.GetCellDisplayValue

GetCellDisplayValue Method

GetCellDisplayValue<T>(GridCellType, GridRow, GridColumn)

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

Declaration
public T GetCellDisplayValue<T>(GridCellType cellType, GridRow row, GridColumn column)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridRow row

The row.

GridColumn column

The column.

Returns
Type Description
T
Type Parameters
Name Description
T