ComponentOne Xamarin.iOS
GridCellFactoryBase Constructor(GridCellFactoryBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellFactoryBase Class > GridCellFactoryBase Constructor : GridCellFactoryBase Constructor(GridCellFactoryBase)
The inner factory.
Initializes a new instance of the GridCellFactoryBase class.
Syntax
'Declaration
 
Public Function New( _
   ByVal innerFactory As GridCellFactoryBase _
)
'Usage
 
Dim innerFactory As GridCellFactoryBase
 
Dim instance As New GridCellFactoryBase(innerFactory)
public GridCellFactoryBase( 
   GridCellFactoryBase innerFactory
)

Parameters

innerFactory
The inner factory.
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members
Overload List