Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridWrapCellFactory Class / InnerFactory Property


In This Topic
    InnerFactory Property
    In This Topic
    Gets the inner cell factory.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InnerFactory As GridCellFactory
    'Usage
     
    
    Dim instance As GridWrapCellFactory
    Dim value As GridCellFactory
     
    value = instance.InnerFactory
    public GridCellFactory InnerFactory {get;}
    See Also