共用方式為


CheckBoxList.IRepeatInfoUser.HasFooter 屬性

定義

取得值,表示清單控制項是否包含頁尾區段。

property bool System::Web::UI::WebControls::IRepeatInfoUser::HasFooter { bool get(); };
bool System.Web.UI.WebControls.IRepeatInfoUser.HasFooter { get; }
member this.System.Web.UI.WebControls.IRepeatInfoUser.HasFooter : bool
 ReadOnly Property HasFooter As Boolean Implements IRepeatInfoUser.HasFooter

屬性值

如果清單控制項包含頁尾區段,則為 true,否則為 false

實作

備註

一般而言,您應該使用 CheckBoxList.HasFooter 屬性來判斷物件是否 CheckBoxList 包含頁尾區段。

成員 CheckBoxList.IRepeatInfoUser.HasFooter 是明確的介面成員實作。 只有在 CheckBoxList 執行個體轉換成 IRepeatInfoUser 介面時,才能使用這個成員。

給繼承者的注意事項

若要定義 物件中成員的 IRepeatInfoUser.HasFooter 自訂實作 CheckBoxList ,請覆寫 HasFooter 成員。 明確介面實作會使用 HasFooter 屬性。

適用於

另請參閱