FormViewRow::ItemIndex Property

 

Gets the index of the data item displayed from the data source.

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

public:
property int ItemIndex {
	virtual int get();
}

Property Value

Type: System::Int32

The index of the data item displayed from the data source.

Use the ItemIndex property to determine the index of the data item.

.NET Framework
Available since 2.0
Return to top
Show: