C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / CellFactory Property


In This Topic
CellFactory Property (FlexGrid)
In This Topic
Gets or sets the factory of cells.
Syntax
'Declaration
 
Public Shadows Property CellFactory As GridCellFactory
 
'Usage
 
Dim instance As FlexGrid
Dim value As GridCellFactory
 
instance.CellFactory = value
 
value = instance.CellFactory
See Also