[]
        
(Showing Draft Content)

C1.WPF.Grid.GridRowHeaderColumn.BindCellContent

BindCellContent Method

BindCellContent(FrameworkElement, GridCellType, GridRow)

Binds the content of the cell with the data item.

Declaration
protected override void BindCellContent(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.

Overrides