[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.UnbindCellContent

UnbindCellContent Method

UnbindCellContent(FrameworkElement, GridCellType, GridRow)

Unbinds the content of the cell with the data item.

Declaration
protected virtual void UnbindCellContent(FrameworkElement cellContent, GridCellType cellType, GridRow row)
Parameters
Type Name Description
FrameworkElement cellContent

Content of the cell.

GridCellType cellType

The type of cell.

GridRow row

The row.