CheckBoxList.IRepeatInfoUser.HasFooter Property

Definition

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

Property Value

true if the list control contains a footer section; otherwise, false.

Implements

Remarks

Typically, you should use the CheckBoxList.HasFooter property to determine if a CheckBoxList object contains a footer section.

The CheckBoxList.IRepeatInfoUser.HasFooter member is an explicit interface member implementation. It can be used only when the CheckBoxList instance is cast to an IRepeatInfoUser interface.

Notes to Inheritors

To define a custom implementation for the IRepeatInfoUser.HasFooter member in a CheckBoxList object, override the HasFooter member. The explicit interface implementation uses the HasFooter property.

Applies to

See also