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

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

    Parameters

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