HierarchicalDataBoundControlDesigner.DesignerView 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.
Gets the default view of the data source that is bound to the associated control.
public:
 property System::Web::UI::Design::DesignerHierarchicalDataSourceView ^ DesignerView { System::Web::UI::Design::DesignerHierarchicalDataSourceView ^ get(); };
	public System.Web.UI.Design.DesignerHierarchicalDataSourceView DesignerView { get; }
	member this.DesignerView : System.Web.UI.Design.DesignerHierarchicalDataSourceView
	Public ReadOnly Property DesignerView As DesignerHierarchicalDataSourceView
	Property Value
The DesignerHierarchicalDataSourceView representing the default view of the data source.
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.