ComponentOne Xamarin.iOS
CellFactory Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : CellFactory Property
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
public GridCellFactoryBase CellFactory {get; set;}
See Also

Reference

GridBase Class
GridBase Members