Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / DataBindings Property


In This Topic
    DataBindings Property (SpreadDataBindingAdapter)
    In This Topic
    Gets the collection of data-binding objects for this System.Windows.Forms.IBindableComponent.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataBindings As ControlBindingsCollection
    'Usage
     
    
    Dim instance As SpreadDataBindingAdapter
    Dim value As ControlBindingsCollection
     
    value = instance.DataBindings
    public ControlBindingsCollection DataBindings {get;}

    Property Value

    System.Windows.Forms.ControlBindingsCollection for this System.Windows.Forms.IBindableComponent.
    See Also