[]
Binds the content of the cell for the specified column.
protected virtual void BindCellContent(FrameworkElement cellContent, GridCellType cellType, GridColumn col)
Protected Overridable Sub BindCellContent(cellContent As FrameworkElement, cellType As GridCellType, col As GridColumn)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | cellContent | Content of the cell. |
| GridCellType | cellType | The type of cell. |
| GridColumn | col | The column. |