[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.CreateCellContent

CreateCellContent Method

CreateCellContent(GridCellType, GridCellRange, object)

Creates the content of the cell.

Declaration
public virtual FrameworkElement CreateCellContent(GridCellType cellType, GridCellRange range, object cellContentType)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

object cellContentType

Type of the cell content.

Returns
Type Description
FrameworkElement
Remarks

The actual data is set in the BindCellContent method.