HtmlControlDesigner::DataBindings Property

 

Gets the data bindings collection for the current control.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property DataBindingCollection^ DataBindings {
	DataBindingCollection^ get();
}

Property Value

Type: System.Web.UI::DataBindingCollection^

A DataBindingCollection that contains the data bindings for the current control.

.NET Framework
Available since 1.1
Return to top
Show: