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: