WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / CreateCell Method / CreateCell(GridControlRange,Object) Method
The range.
In This Topic
    CreateCell(GridControlRange,Object) Method
    In This Topic
    Creates the content of the cell.
    Syntax
    public override GridControlCellView CreateCell( 
       GridControlRange range,
       object cellKind
    )

    Parameters

    range
    The range.
    cellKind
    Remarks
    The actual data is set in the BindCellContent method.
    See Also