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