Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / GridColumn Constructor / GridColumn Constructor(PropertyInfo)
The property info object used to initialize the column.


In This Topic
    GridColumn Constructor(PropertyInfo)
    In This Topic
    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