[]
Creates the content of the cell for the specified column.
protected virtual FrameworkElement CreateCellContent(GridCellType cellType, GridColumn col, object cellContentType)
Protected Overridable Function CreateCellContent(cellType As GridCellType, col As GridColumn, cellContentType As Object) As FrameworkElement
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| GridColumn | col | The column. |
| object | cellContentType | Type of the cell content. |
| Type | Description |
|---|---|
| FrameworkElement |