[]
Creates the content of the cell (Without binding it to the data item).
protected virtual FrameworkElement CreateCellContent(GridCellType cellType, object cellContentType, GridRow row)
Protected Overridable Function CreateCellContent(cellType As GridCellType, cellContentType As Object, row As GridRow) As FrameworkElement
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | The type of cell. |
| object | cellContentType | Type of cell content. |
| GridRow | row | The row that determines the cell. |
| Type | Description |
|---|---|
| FrameworkElement |