Wizard.DisplaySideBar 属性

定义

获取或设置一个布尔值,该值指示是否在控件上 Wizard 显示边栏区域。

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

属性值

true 若要显示边栏区域, Wizard则为 ;否则为 false。 默认值为 true

此属性不能由主题或样式表主题设置。 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和外观

属性

注解

控件的 Wizard 呈现可能有所不同,具体取决于此属性是否设置为 truefalse。 当此属性值设置为 true 并显示边栏时,单元格间距不会应用于 HeadCell控件表的元素 StepCellNavigationCell 元素。 当此值为 false此值时,将应用单元格间距。 这可能会影响控件的呈现方式。

适用于

另请参阅