[]
Creates the content of the cell.
public virtual FrameworkElement CreateCellContent(GridCellType cellType, GridCellRange range, object cellContentType)
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.