[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridWrapCellFactory.CreateCellContent

CreateCellContent Method

CreateCellContent(GridCellType, GridCellRange, object)

Creates the content of the cell.

Declaration
public override 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
Overrides
Remarks

The actual data is set in the BindCellContent method.