This documentation is archived and is not being maintained.
IRepeatInfoUser.HasFooter Property
.NET Framework 1.1
Gets a value indicating whether the list control contains a footer section.
[Visual Basic] ReadOnly Property HasFooter As Boolean [C#] bool HasFooter {get;} [C++] __property bool get_HasFooter(); [JScript] function get HasFooter() : Boolean;
Property Value
true if the list control contains a footer section; otherwise, false.
Remarks
A list control that inherits from the IRepeatInfoUser interface must implement the HasFooter property to indicate whether the list control contains a footer section.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
IRepeatInfoUser Interface | IRepeatInfoUser Members | System.Web.UI.WebControls Namespace | HasHeader | HasSeparators | RepeatedItemCount
Show: