Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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 _
    )
    public GridColumn( 
       PropertyInfo property
    )

    Parameters

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