This documentation is archived and is not being maintained.

RepeatInfo Constructor

Initializes a new instance of the RepeatInfo class.

[Visual Basic]
Public Sub New()
[C#]
public RepeatInfo();
[C++]
public: RepeatInfo();
[JScript]
public function RepeatInfo();

Remarks

Use this constructor to create and initialize a new instance of the RepeatInfo class using default values.

The following table shows initial property values for an instance of RepeatInfo.

Property Initial Value
OuterTableImplied false
RepeatColumns 0
RepeatDirection RepeatDirection.Vertical
RepeatLayout RepeatLayout.Table

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

RepeatInfo Class | RepeatInfo Members | System.Web.UI.WebControls Namespace

Show: