ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellFactory Class / CreateCellContentEditor Method
C1FlexGrid that owns the cell.
Windows.UI.Xaml.Controls.Border element that contains the header.
CellRange that specifies the row and column represented by the cell.

In This Topic
    CreateCellContentEditor Method
    In This Topic
    Sets the content of a Windows.UI.Xaml.Controls.Border element used to display the value of a data cell.
    Syntax
    'Declaration
     
    
    Public Overridable Sub CreateCellContentEditor( _
       ByVal grid As C1FlexGrid, _
       ByVal bdr As Border, _
       ByVal rng As CellRange _
    ) 
    public virtual void CreateCellContentEditor( 
       C1FlexGrid grid,
       Border bdr,
       CellRange rng
    )

    Parameters

    grid
    C1FlexGrid that owns the cell.
    bdr
    Windows.UI.Xaml.Controls.Border element that contains the header.
    rng
    CellRange that specifies the row and column represented by the cell.
    See Also