asp.net.ph

RepeaterItemEventArgs.Item Property

System.Web.UI.WebControls Namespace   RepeaterItemEventArgs Class


Returns the RepeaterItem associated with either the ItemCreated or ItemDataBound event.

Syntax


Script [ RepeaterItem variable = ] RepeaterItemEventArgs.Item

Property Value


variable The RepeaterItem associated with either the ItemCreated or ItemDataBound event.

The property is read only with no default value.

Remarks

The items in a Repeater control are referenced as each item is created or bound to the control. Use this property to programmatically access the RepeaterItem associated with either the ItemCreated or ItemDataBound event.

See Also

RepeaterItemEventArgs Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note