RepeaterItem.DataItem Property
.NET Framework 3.0
Gets or sets a data item associated with the RepeaterItem object in the Repeater control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public Object get_DataItem () /** @property */ public void set_DataItem (Object value)
public function get DataItem () : Object public function set DataItem (value : Object)
Not applicable.
Property Value
A System.Object that represents a data item in the Repeater control.Use the DataItem property to specify or determine the properties of a data item associated with the RepeaterItem object in the Repeater control.
Note: |
|---|
| This property only applies to data items in the Repeater control. The ItemType property must be set to ListItemType.Item, ListItemType.AlternatingItem, ListItemType.SelectedItem, or ListItemType.EditItem. |
Community Additions
ADD
Show:
Note: