ListView::CreateDataItem Method (Int32, Int32)
.NET Framework (current version)
Creates a data item in the ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected: virtual ListViewDataItem^ CreateDataItem( int dataItemIndex, int displayIndex )
Parameters
- dataItemIndex
-
Type:
System::Int32
The index of the data item in the underlying data source object.
- displayIndex
-
Type:
System::Int32
The display index of the data item in the ListView control.
Return Value
Type: System.Web.UI.WebControls::ListViewDataItem^A data item that is created by using the specified parameters.
.NET Framework
Available since 3.5
Available since 3.5
Show: