[]
Gets the value to display corresponding to the cell in the specified row and column.
public T GetCellDisplayValue<T>(GridCellType cellType, GridRow row, GridColumn column)
Type | Name | Description |
---|---|---|
GridCellType | cellType | The type of cell. |
GridRow | row | The row. |
GridColumn | column | The column. |
Type | Description |
---|---|
T |
Name | Description |
---|---|
T |