[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlAdapter.CreateCell

CreateCell Method

CreateCell(GridControlRange, object)

Creates the content of the cell.

Declaration
public virtual GridControlCellView CreateCell(GridControlRange range, object cellContentType)
Public Overridable Function CreateCell(range As GridControlRange, cellContentType As Object) As GridControlCellView
Parameters
Type Name Description
GridControlRange range

The range.

object cellContentType

Type of the cell content.

Returns
Type Description
GridControlCellView
Remarks

The actual data is set in the BindCellContent method.