Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / DataBindings Property


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

    ControlBindingsCollection containing the collection of data-binding objectsSystem.Windows.Forms.ControlBindingsCollection for this System.Windows.Forms.IBindableComponent.
    See Also