DataRepeater Constructor

Initializes a new instance of the DataRepeater class.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New DataRepeater()
public DataRepeater()
public:
DataRepeater()
public function DataRepeater()

Remarks

The following table shows initial property values for an instance of the DataRepeater class.

Property

Value

AllowUserToAddItems

True

AllowUserToDeleteItems

True

ItemHeaderSize

15

ItemHeaderVisible

True

LayoutStyle

Vertical

SelectionColor

Highlight

VirtualMode

False

.NET Framework Security

See Also

Reference

DataRepeater Class

DataRepeater Members

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)