WizardDesigner.DisplaySideBar Property
.NET Framework 3.0
Gets or sets a property in the associated wizard control indicating whether to display a sidebar.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ protected boolean get_DisplaySideBar () /** @property */ protected void set_DisplaySideBar (boolean value)
protected function get DisplaySideBar () : boolean protected function set DisplaySideBar (value : boolean)
Not applicable.
Property Value
true to display the sidebar; otherwise, false.Community Additions
ADD
Show: