HierarchicalDataBoundControlDesigner::DataSourceDesigner Property
.NET Framework (current version)
Provides access to the designer of the data source, when one is selected for data binding.
Assembly: System.Design (in System.Design.dll)
public: property IHierarchicalDataSourceDesigner^ DataSourceDesigner { IHierarchicalDataSourceDesigner^ get(); }
Property Value
Type: System.Web.UI.Design::IHierarchicalDataSourceDesigner^The designer for the data source of the associated control derived from the HierarchicalDataBoundControl, which implements the IHierarchicalDataSourceDesigner.
The data source can be accessed using the DataSource property of the designer or the BaseDataBoundControl::DataSource property of the associated control that is derived from the HierarchicalDataBoundControl class.
.NET Framework
Available since 2.0
Available since 2.0
Show: