DesignerHierarchicalDataSourceView Constructor (IHierarchicalDataSourceDesigner, String)
.NET Framework (current version)
Initiates a new instance of the DesignerHierarchicalDataSourceView class.
Assembly: System.Design (in System.Design.dll)
protected DesignerHierarchicalDataSourceView( IHierarchicalDataSourceDesigner owner, string viewPath )
Parameters
- owner
-
Type:
System.Web.UI.Design.IHierarchicalDataSourceDesigner
The IHierarchicalDataSourceDesigner that is the designer for the associated control.
- viewPath
-
Type:
System.String
A unique path to the block of data to use for the view.
| Exception | Condition |
|---|---|
| ArgumentNullException | owner is null -or- viewPath is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: