[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridSummaryRow.UnbindCellContent

UnbindCellContent Method

UnbindCellContent(FrameworkElement, GridCellType, GridColumn)

Unbinds the content of the cell for the specified column.

Declaration
protected override void UnbindCellContent(FrameworkElement cellContent, GridCellType cellType, GridColumn col)
Protected Overrides Sub UnbindCellContent(cellContent As FrameworkElement, cellType As GridCellType, col As GridColumn)
Parameters
Type Name Description
FrameworkElement cellContent

Content of the cell.

GridCellType cellType

The type of cell.

GridColumn col

The column.

Overrides