HierarchicalDataBoundControlDesigner::DesignerView Property
.NET Framework (current version)
Gets the default view of the data source that is bound to the associated control.
Assembly: System.Design (in System.Design.dll)
public: property DesignerHierarchicalDataSourceView^ DesignerView { DesignerHierarchicalDataSourceView^ get(); }
Property Value
Type: System.Web.UI.Design::DesignerHierarchicalDataSourceView^The DesignerHierarchicalDataSourceView representing the default view of the data source.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: