ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / Column Class / Binding Property

In This Topic
    Binding Property
    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