[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.BindCell

BindCell Method

BindCell(GridControlRange, GridControlCellView)

Binds the cell.

Declaration
public override sealed void BindCell(GridControlRange range, GridControlCellView cell)
Public NotOverridable Overrides Sub BindCell(range As GridControlRange, cell As GridControlCellView)
Parameters
Type Name Description
GridControlRange range

The range.

GridControlCellView cell

The cell.

Overrides

BindCell(GridCellType, GridCellRange, GridCellView)

Binds the the cell.

Declaration
public virtual void BindCell(GridCellType cellType, GridCellRange range, GridCellView cell)
Public Overridable Sub BindCell(cellType As GridCellType, range As GridCellRange, cell As GridCellView)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

GridCellView cell

The cell.