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