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
'Declaration
Public Sub New
public DataRepeaterItem()
public:
DataRepeaterItem()
new : unit -> DataRepeaterItem
public function DataRepeaterItem()
Remarks
The DataRepeaterItem object is used by the DataRepeater control to display data at run time.
Hinweis
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace
Other Resources
Introduction to the DataRepeater Control (Visual Studio)
How to: Change the Appearance of a DataRepeater Control (Visual Studio)