This documentation is archived and is not being maintained.

HtmlControlDesigner.DataBindings Property

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: 

See Also

HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace

Show: