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 属性。

适用于

另请参阅