ComponentOne Xamarin.iOS
GridColumn Constructor(PropertyInfo)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class > GridColumn Constructor : GridColumn Constructor(PropertyInfo)
The property info object used to initialize the column.
Initializes a new instance of the GridColumn class.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As PropertyInfo _
)
'Usage
 
Dim property As PropertyInfo
 
Dim instance As New GridColumn(property)
public GridColumn( 
   PropertyInfo property
)

Parameters

property
The property info object used to initialize the column.
See Also

Reference

GridColumn Class
GridColumn Members
Overload List