Xamarin.iOS Documentation | ComponentOne
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
    public new GridCellFactory CellFactory {get; set;}
    See Also