WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridNumericColumn Class / GridNumericColumn Constructor / GridNumericColumn Constructor(PropertyInfo)
The property info object used to initialize the column.
In This Topic
    GridNumericColumn Constructor(PropertyInfo)
    In This Topic
    Initializes a new instance of the GridColumn class.
    Syntax
    public GridNumericColumn( 
       PropertyInfo property
    )

    Parameters

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