ComponentOne FlexGrid for WPF and Silverlight
CreateCellEditor Method (CellFactory)

C1.Silverlight.FlexGrid Namespace > CellFactory Class : CreateCellEditor Method
C1FlexGrid that owns the cell.
CellType that specifies the type of cell to be created.
CellRange that specifies the row and column represented by the cell.
Creates a System.Windows.FrameworkElement responsible for editing the value in a grid cell at the given coordinates.
Syntax
'Declaration
 
Public Overridable Function CreateCellEditor( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal rng As CellRange _
) As System.Windows.FrameworkElement
public virtual System.Windows.FrameworkElement CreateCellEditor( 
   C1FlexGrid grid,
   CellType cellType,
   CellRange rng
)

Parameters

grid
C1FlexGrid that owns the cell.
cellType
CellType that specifies the type of cell to be created.
rng
CellRange that specifies the row and column represented by the cell.

Return Value

A new System.Windows.FrameworkElement responsible for representing the grid cell.
See Also

Reference

CellFactory Class
CellFactory Members