System.Web.UI.WebControls.Wizard.DisplaySideBar Property

Gets or sets a Boolean value indicating whether to display the sidebar area on the System.Web.UI.WebControls.Wizard control.

Syntax

[System.Web.UI.Themeable(false)]
[System.ComponentModel.DefaultValue(true)]
public virtual bool DisplaySideBar { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

There can be a difference in the rendering of the System.Web.UI.WebControls.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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0