CreateUserWizard::DisplaySideBar Property

 

Gets or sets a value indicating whether to display the sidebar area of the control.

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

public:
property bool DisplaySideBar {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

true if the sidebar area should be displayed for the CreateUserWizard control; otherwise, false. The default value is false.

.NET Framework
Available since 2.0
Return to top
Show: