HierarchicalDataBoundControlDesigner.DesignerView Property

Definition

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.

Applies to

See also