ComponentOne Xamarin.iOS
GridCellFactory Constructor(GridCellFactory)


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

Parameters

innerFactory
The inner factory.
See Also

Reference

GridCellFactory Class
GridCellFactory Members
Overload List