Wizard.DisplaySideBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value indicating whether to display the sidebar area on the Wizard control.
public:
virtual property bool DisplaySideBar { bool get(); void set(bool value); };
[System.Web.UI.Themeable(false)]
public virtual bool DisplaySideBar { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.DisplaySideBar : bool with get, set
Public Overridable Property DisplaySideBar As Boolean
Property Value
true
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.
- Attributes
Remarks
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.