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

    Parameters

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