Wizard::DisplaySideBar Property
Gets or sets a Boolean value indicating whether to display the sidebar area on the Wizard control.
Assembly: System.Web (in System.Web.dll)
[ThemeableAttribute(false)] public: virtual property bool DisplaySideBar { bool get (); void set (bool value); }
<asp:Wizard DisplaySideBar="True|False" />
Property Value
Type: System::Booleantrue to display the sidebar area on the Wizard; otherwise, false. The default is true.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
There can be a difference in the rendering of the Wizard control depending on whether this property is set to true or false. When this property value is set to true and the sidebar is displayed, cell spacing is not applied to the HeadCell, StepCell, or NavigationCell elements of the control's table. When this value is false, cell spacing is applied. This may affect how the control is rendered.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.