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

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

    Parameters

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