[]
Binds the content of the cell.
public override void BindCellContent(GridCellType cellType, GridCellRange range, FrameworkElement cellContent)
Public Overrides Sub BindCellContent(cellType As GridCellType, range As GridCellRange, cellContent As FrameworkElement)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| FrameworkElement | cellContent | Content of the cell. |