WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / BindCell Method / BindCell(GridControlRange,GridControlCellView) Method
The range.
The cell.
In This Topic
    BindCell(GridControlRange,GridControlCellView) Method
    In This Topic
    Binds the cell.
    Syntax
    public override void BindCell( 
       GridControlRange range,
       GridControlCellView cell
    )

    Parameters

    range
    The range.
    cell
    The cell.
    See Also