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

屬性值

若要在 Wizard 上顯示提要欄位區域則為 true,否則為 false。 預設為 true

這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttributeASP.NET 主題和外觀

屬性

備註

根據這個屬性設定true為 或 false而定,Wizard控件的轉譯可能會有差異。 當這個屬性值設定為 true 且顯示提要字段時,單元格間距不會套用至 HeadCell控件數據表的、 StepCellNavigationCell 元素。 當此值為 false時,會套用單元格間距。 這可能會影響控件的呈現方式。

適用於

另請參閱