[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRow.GetCellKind

GetCellKind Method

GetCellKind(GridCellType, GridColumn)

Gets the kind of cell.

Declaration
protected virtual object GetCellKind(GridCellType cellType, GridColumn col)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridColumn col

The column.

Returns
Type Description
object