Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellsPanel Class / CellFactory Property


In This Topic
    CellFactory Property (GridCellsPanel)
    In This Topic
    Gets the associated cell factory.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellFactory As GridCellFactoryBase
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim value As GridCellFactoryBase
     
    value = instance.CellFactory
    public GridCellFactoryBase CellFactory {get;}
    See Also