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

    Parameters

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