Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RepeaterItemEventArgs::Item Property

 

Gets the RepeaterItem associated with the event.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property RepeaterItem^ Item {
	RepeaterItem^ get();
}

Property Value

Type: System.Web.UI.WebControls::RepeaterItem^

The RepeaterItem associated with the event.

Use this property to access the properties of the RepeaterItem associated with this event.

The following example demonstrates how to determine the ItemType of the item associated with this event from the Item property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft