[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.GetCellContentType

GetCellContentType Method

GetCellContentType(GridCellType, GridRow)

Gets the type of cell content.

Declaration
protected virtual object GetCellContentType(GridCellType cellType, GridRow row)
Protected Overridable Function GetCellContentType(cellType As GridCellType, row As GridRow) As Object
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridRow row

The row that determines the cell.

Returns
Type Description
object