[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridDetailRow-1.BindCellContent

BindCellContent Method

BindCellContent(FrameworkElement, GridCellType, GridColumn)

Binds the content of the cell.

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

Content of the cell.

GridCellType cellType

Type of the cell.

GridColumn col

The col.

Overrides