BaseDataListDesigner::GetSelectedDataSource Method ()
.NET Framework (current version)
Gets the data source component from the associated control container.
Assembly: System.Design (in System.Design.dll)
Return Value
Type: System::Object^An object implementing an IEnumerable interface containing the design-time DataSource property of the associated control; otherwise, null if a data source is not found.
The GetSelectedDataSource method uses the DesignTimeData::GetSelectedDataSource method to construct a data source from the object that is specified by the DataSource property of the associated control derived from the BaseDataList class.
.NET Framework
Available since 1.1
Available since 1.1
Show: