Share via


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

public DataRepeater()
public:
DataRepeater()
new : unit -> DataRepeater
Public Sub New

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

See Also

DataRepeater Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)

Return to top