ComponentOne DataGrid for WPF and Silverlight
DataGridCheckBoxColumn Constructor(PropertyInfo)

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

Parameters

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

Reference

DataGridCheckBoxColumn Class
DataGridCheckBoxColumn Members
Overload List