DataList.IRepeatInfoUser.HasFooter Property

Definition

For a description of this member, see 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

Property Value

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

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataList instance is cast to an IRepeatInfoUser interface.

Applies to