RepeaterItem::DataItem Property
.NET Framework (current version)
Gets or sets a data item associated with the RepeaterItem object in the Repeater control.
Assembly: System.Web (in System.Web.dll)
public: property Object^ DataItem { virtual Object^ get(); virtual void set(Object^ value); }
Property Value
Type: System::Object^A System::Object that represents a data item in the Repeater control.
Implements
IDataItemContainer::DataItemUse the DataItem property to specify or determine the properties of a data item associated with the RepeaterItem object in the Repeater control.
.NET Framework
Available since 1.1
Available since 1.1
Show:
