HierarchicalDataBoundControlDesigner.DataSourceDesigner Property
.NET Framework 3.0
Provides access to the designer of the data source, when one is selected for data binding.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: property IHierarchicalDataSourceDesigner^ DataSourceDesigner { IHierarchicalDataSourceDesigner^ get (); }
/** @property */ public IHierarchicalDataSourceDesigner get_DataSourceDesigner ()
public function get DataSourceDesigner () : IHierarchicalDataSourceDesigner
Not applicable.
Property Value
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.
Community Additions
ADD
Show: