Wizard.DisplaySideBar 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指出是否要在 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
屬性值
若要在 Wizard 上顯示提要欄位區域則為 true
,否則為 false
。 預設為 true
。
這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttribute 和 ASP.NET 主題和外觀。
- 屬性
備註
根據這個屬性設定true
為 或 false
而定,Wizard控件的轉譯可能會有差異。 當這個屬性值設定為 true
且顯示提要字段時,單元格間距不會套用至 HeadCell
控件數據表的、 StepCell
或 NavigationCell
元素。 當此值為 false
時,會套用單元格間距。 這可能會影響控件的呈現方式。