SpreadsheetGear 2012
DataBindings Property (WorkbookView)






Syntax
'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 WorkbookView
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;}
public read-only property DataBindings: System.Windows.Forms.ControlBindingsCollection; 
System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)
SRCategoryAttribute("Data")
SRDescriptionAttribute("The data bindings for the control.")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.ComponentModel.ParenthesizePropertyNameAttribute()
public function get DataBindings : System.Windows.Forms.ControlBindingsCollection
[System.ComponentModel.RefreshProperties(RefreshProperties.All)]
[SRCategory("Data")]
[SRDescription("The data bindings for the control.")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.ParenthesizePropertyName(true)]
public: __property System.Windows.Forms.ControlBindingsCollection* get_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:
property System.Windows.Forms.ControlBindingsCollection^ DataBindings {
   System.Windows.Forms.ControlBindingsCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members

Send Feedback