FlexGrid for WinRT
CreateCellEditor Method (CellFactory)

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 Windows.UI.Xaml.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 Windows.UI.Xaml.FrameworkElement
public virtual Windows.UI.Xaml.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 Windows.UI.Xaml.FrameworkElement responsible for representing the grid cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellFactory Class
CellFactory Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback