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


In This Topic
    GridWrapCellFactory Class
    In This Topic
    This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.
    Object Model
    GridWrapCellFactory ClassGridCellFactoryBase.ColumnInfo ClassGridCellFactoryBase.RowInfo ClassGridCellFactory Class
    Syntax
    'Declaration
     
    
    Public Class GridWrapCellFactory 
       Inherits GridCellFactory
    'Usage
     
    
    Dim instance As GridWrapCellFactory
    public class GridWrapCellFactory : GridCellFactory 
    Inheritance Hierarchy

    System.Object
       C1.iOS.Grid.GridCellFactoryBase
          C1.iOS.Grid.GridCellFactory
             C1.iOS.Grid.GridWrapCellFactory

    See Also