WizardDesigner::DisplaySideBar Property

 

Gets or sets a property in the associated wizard control indicating whether to display a sidebar.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
property bool DisplaySideBar {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to display the sidebar; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: