C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCellFactory Class / CreateCellEditor Method / CreateCellEditor(GridCellRange) Method
The range.

In This Topic
CreateCellEditor(GridCellRange) Method
In This Topic
Creates the cell editor.
Syntax
'Declaration
 
Public Overloads Overridable Function CreateCellEditor( _
   ByVal range As GridCellRange _
) As FrameworkElement
 

Parameters

range
The range.
See Also