[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridHyperlinkColumn.GetCellContentType

GetCellContentType Method

GetCellContentType(GridCellType, GridRow)

Gets the type of cell content.

Declaration
protected override object GetCellContentType(GridCellType cellType, GridRow row)
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridRow row

The row that determines the cell.

Returns
Type Description
object
Overrides