[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.UnbindCellContent

UnbindCellContent Method

UnbindCellContent(GridCellType, GridCellRange, FrameworkElement)

Unbinds the content of the cell.

Declaration
public virtual void UnbindCellContent(GridCellType cellType, GridCellRange range, FrameworkElement cellContent)
Public Overridable Sub UnbindCellContent(cellType As GridCellType, range As GridCellRange, cellContent As FrameworkElement)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

FrameworkElement cellContent

Content of the cell.