CheckBoxList.IRepeatInfoUser.HasFooter 属性
定义
获取指示列表控件是否包含页脚部分的值。Gets a value that indicates whether the list control contains a footer section.
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。true if the list control contains a footer section; otherwise, false.
实现
注解
通常,应使用 CheckBoxList.HasFooter 属性来确定 CheckBoxList 对象是否包含脚注部分。Typically, you should use the CheckBoxList.HasFooter property to determine if a CheckBoxList object contains a footer section.
CheckBoxList.IRepeatInfoUser.HasFooter成员是显式接口成员实现。The CheckBoxList.IRepeatInfoUser.HasFooter member is an explicit interface member implementation. 它只能在 CheckBoxList 实例被强制转换为 IRepeatInfoUser 接口时使用。It can be used only when the CheckBoxList instance is cast to an IRepeatInfoUser interface.
继承者说明
若要为对象中的成员定义自定义实现 IRepeatInfoUser.HasFooter CheckBoxList ,请重写 HasFooter 成员。To define a custom implementation for the IRepeatInfoUser.HasFooter member in a CheckBoxList object, override the HasFooter member. 显式接口实现使用 HasFooter 属性。The explicit interface implementation uses the HasFooter property.