DataList.IRepeatInfoUser.HasSeparators Property

Definition

For a description of this member, see HasSeparators.

property bool System::Web::UI::WebControls::IRepeatInfoUser::HasSeparators { bool get(); };
bool System.Web.UI.WebControls.IRepeatInfoUser.HasSeparators { get; }
member this.System.Web.UI.WebControls.IRepeatInfoUser.HasSeparators : bool
 ReadOnly Property HasSeparators As Boolean Implements IRepeatInfoUser.HasSeparators

Property Value

true if the list control contains a separator; 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