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
public DataRepeater()
public:
DataRepeater()
new : unit -> 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

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)