[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.GetCellKind

GetCellKind Method

GetCellKind(GridCellType, GridRow)

Gets the kind of cell.

Declaration
protected virtual object GetCellKind(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