FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / Binding Property

In This Topic
    Binding Property (Column)
    In This Topic
    Gets or sets the Binding used to connect this column with the items in the grid's ItemsSource.
    Syntax
    'Declaration
     
    Public Property Binding As Binding
    public Binding Binding {get; set;}
    See Also