System.Web.UI.WebControls.DataListItemEventArgs.Item Property

Gets the referenced item in the System.Web.UI.WebControls.DataList control when the event is raised.

Syntax

public DataListItem Item { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The items in the System.Web.UI.WebControls.DataList control are referenced as each item is created or bound to the control. Use this property to programmatically access the referenced item in the System.Web.UI.WebControls.DataList control when the DataList.ItemCreated or DataList.ItemDataBound event is raised.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0