ComponentOne DataGrid for WPF and Silverlight
DataGridBoundColumn Constructor(PropertyInfo)

C1.WPF.DataGrid Namespace > DataGridBoundColumn Class > DataGridBoundColumn Constructor : DataGridBoundColumn Constructor(PropertyInfo)
The property info is used to initialize the column.
Initializes a new instance of the DataGridBoundColumn class.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As System.Reflection.PropertyInfo _
)
public DataGridBoundColumn( 
   System.Reflection.PropertyInfo property
)

Parameters

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

Reference

DataGridBoundColumn Class
DataGridBoundColumn Members
Overload List