ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDateTimeColumn Class / DataGridDateTimeColumn Constructor / DataGridDateTimeColumn Constructor(PropertyInfo)
The property info used to initialize the column.

In This Topic
    DataGridDateTimeColumn Constructor(PropertyInfo)
    In This Topic
    Initializes a new instance of the DataGridDateTimeColumn class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal property As PropertyInfo _
    )
    public DataGridDateTimeColumn( 
       PropertyInfo property
    )

    Parameters

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