Share via


DataRepeaterItem Constructor ()

 

Initializes a new instance of the DataRepeaterItem object.

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

Syntax

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

Remarks

The DataRepeaterItem object is used by the DataRepeater control to display data at run time.

Note

You should modify only the DataRepeaterItem that can be accessed from the DrawItem event. Attempting to modify it outside the event or trying to create a new DataRepeaterItem can produce unexpected results.

See Also

DrawItem
DataRepeaterItem Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)
How to: Change the Appearance of a DataRepeater Control (Visual Studio)

Return to top