FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCellFactory Class / CreateCellContent Method
Type of the cell.
The range.
Type of the cell content.

In This Topic
    CreateCellContent Method (GridSkeletonLoadingCellFactory)
    In This Topic
    Creates the content of the cell.
    Syntax
    'Declaration
     
    Public Overrides Function CreateCellContent( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cellContentType As Object _
    ) As FrameworkElement
    public override FrameworkElement CreateCellContent( 
       GridCellType cellType,
       GridCellRange range,
       object cellContentType
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cellContentType
    Type of the cell content.
    Remarks
    The actual data is set in the BindCellContent method.
    See Also