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