[]
        
(Showing Draft Content)

C1.WPF.Grid.GridControlAdapter.CreateCell

CreateCell Method

CreateCell(GridControlRange, object)

Creates the content of the cell.

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

The range.

object cellKind

Type of the cell.

Returns
Type Description
GridControlCellView
Remarks

The actual data is set in the BindCellContent method.