FlexGrid for WinRT
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.
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 Windows.UI.Xaml.Controls.Border, _
   ByVal rng As CellRange _
) 
public virtual void CreateCellContentEditor( 
   C1FlexGrid grid,
   Windows.UI.Xaml.Controls.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.
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