'Declaration
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <SRCategoryAttribute("Data")> <SRDescriptionAttribute("The data bindings for the control.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.ParenthesizePropertyNameAttribute(True)> Public ReadOnly Property DataBindings As System.Windows.Forms.ControlBindingsCollection
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.ControlBindingsCollection value = instance.DataBindings
[System.ComponentModel.RefreshProperties(RefreshProperties.All)] [SRCategory("Data")] [SRDescription("The data bindings for the control.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.ParenthesizePropertyName(true)] public System.Windows.Forms.ControlBindingsCollection DataBindings {get;}