This documentation is archived and is not being maintained.
HtmlControlDesigner.DataBindings Property
.NET Framework 1.1
Gets or sets the data bindings for the current control.
[Visual Basic] Public ReadOnly Property DataBindings As DataBindingCollection [C#] public DataBindingCollection DataBindings {get;} [C++] public: __property DataBindingCollection* get_DataBindings(); [JScript] public function get DataBindings() : DataBindingCollection;
Property Value
A DataBindingCollection that contains the data bindings for the current control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace
Show: