Spread WinForms 15
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

Property Value

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