HierarchicalDataBoundControlDesigner.DataSourceDesigner Property

Definition

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.

Applies to

See also