[]
Binds the content of the cell with the data item.
protected override void BindCellContent(FrameworkElement cellContent, GridCellType cellType, GridRow row)
Protected Overrides Sub BindCellContent(cellContent As FrameworkElement, cellType As GridCellType, row As GridRow)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | cellContent | Content of the cell. |
| GridCellType | cellType | The type of cell. |
| GridRow | row | The row. |