SpreadsheetGear.Windows.Forms Namespace > ChartExplorer Class : DataBindings Property |
'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 ChartExplorer 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(); }
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