[]
Gets the value to display corresponding to the cell in the intersection of the specified column and this row.
protected virtual T GetCellDisplayValue<T>(GridCellType cellType, GridColumn column)
Protected Overridable Function GetCellDisplayValue(Of T)(cellType As GridCellType, column As GridColumn) As T
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| GridColumn | column | The column that determines the cell. |
| Type | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| T |