HierarchicalDataBoundControlDesigner.DataSourceDesigner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the designer of the data source, when one is selected for data binding.
public:
property System::Web::UI::Design::IHierarchicalDataSourceDesigner ^ DataSourceDesigner { System::Web::UI::Design::IHierarchicalDataSourceDesigner ^ get(); };
public System.Web.UI.Design.IHierarchicalDataSourceDesigner DataSourceDesigner { get; }
member this.DataSourceDesigner : System.Web.UI.Design.IHierarchicalDataSourceDesigner
Public ReadOnly Property DataSourceDesigner As IHierarchicalDataSourceDesigner
Property Value
The designer for the data source of the associated control derived from the HierarchicalDataBoundControl, which implements the IHierarchicalDataSourceDesigner.
Remarks
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.