C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / GridWrapCellFactory Constructor
The cell factory.

In This Topic
GridWrapCellFactory Constructor
In This Topic
Initializes a new instance of the GridWrapCellFactory class.
Syntax
'Declaration
 
Public Function New( _
   ByVal cellFactory As GridCellFactory _
)
 

Parameters

cellFactory
The cell factory.
See Also