FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / BindCellContent Method
Type of the cell.
The range.
Content of the cell.

In This Topic
    BindCellContent Method (GridCellFactory)
    In This Topic
    Binds the content of the cell.
    Syntax
    'Declaration
     
    Public Overridable Sub BindCellContent( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cellContent As FrameworkElement _
    ) 
    public virtual void BindCellContent( 
       GridCellType cellType,
       GridCellRange range,
       FrameworkElement cellContent
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cellContent
    Content of the cell.
    See Also