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

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

    Parameters

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