[]
Creates the content of the cell.
public virtual FrameworkElement CreateCellContent(GridCellType cellType, GridCellRange range, object cellContentType)
Public Overridable Function CreateCellContent(cellType As GridCellType, range As GridCellRange, cellContentType As Object) As FrameworkElement
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| object | cellContentType | Type of the cell content. |
| Type | Description |
|---|---|
| FrameworkElement |
The actual data is set in the BindCellContent method.