HtmlControlDesigner.DataBindings Property
.NET Framework 3.0
Gets the data bindings collection for the current control.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public DataBindingCollection get_DataBindings ()
public function get DataBindings () : DataBindingCollection
Not applicable.
Property Value
A DataBindingCollection that contains the data bindings for the current control.Community Additions
ADD
Show: