مشاركة عبر


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 Sub New
'الاستخدام

Dim instance As New DataRepeaterItem()
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.

ملاحظة

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

See Also

Reference

DataRepeaterItem Class

DataRepeaterItem Members

Microsoft.VisualBasic.PowerPacks Namespace

DrawItem

Other Resources

Introduction to the DataRepeater Control (Visual Studio)

How to: Change the Appearance of a DataRepeater Control (Visual Studio)