CreateUserWizard::DisplaySideBar Property
.NET Framework (current version)
Gets or sets a value indicating whether to display the sidebar area of the control.
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::Booleantrue if the sidebar area should be displayed for the CreateUserWizard control; otherwise, false. The default value is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: