[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridDetailRow-1.GetCellContentType

GetCellContentType Method

GetCellContentType(GridCellType, GridColumn)

Gets the type of the cell content.

Declaration
protected override object GetCellContentType(GridCellType cellType, GridColumn col)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridColumn col

The col.

Returns
Type Description
object
Overrides