ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / Binding Property

In This Topic
    Binding Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the binding object used to bind the visual element against the data.
    Syntax
    'Declaration
     
    
    Public Property Binding As Binding
    public Binding Binding {get; set;}
    See Also