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

    Parameters

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