BaseDataBoundControlDesigner::DataSource Property
.NET Framework (current version)
Gets or sets the value of the DataSource property for the associated control.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::String^The data-binding expression used by the associated control derived from BaseDataBoundControl.
The DataSource property is used to shadow the DataSource property of the BaseDataBoundControl class that is associated with this designer. The value of the DataSource property is persisted by the designer as a data-binding expression on the tag that is generated for the underlying BaseDataBoundControl object.
.NET Framework
Available since 2.0
Available since 2.0
Show: