WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / BindCellContent Method
Type of the cell.
The range.
Content of the cell.
In This Topic
    BindCellContent Method (GridWrapCellFactory)
    In This Topic
    Binds the content of the cell.
    Syntax
    public override void BindCellContent( 
       GridCellType cellType,
       GridCellRange range,
       FrameworkElement cellContent
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cellContent
    Content of the cell.
    See Also