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


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