ListView::CreateItemsWithoutGroups Method (ListViewPagedDataSource^, Boolean, InsertItemPosition, ArrayList^)
.NET Framework (current version)
Creates the ListView control hierarchy without groups.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected: virtual IList<ListViewDataItem^>^ CreateItemsWithoutGroups( ListViewPagedDataSource^ dataSource, bool dataBinding, InsertItemPosition insertPosition, ArrayList^ keyArray )
Parameters
- dataSource
-
Type:
System.Web.UI.WebControls::ListViewPagedDataSource^
The data source.
- dataBinding
-
Type:
System::Boolean
true to indicate that the ListView control is bound to data; otherwise, false.
- insertPosition
-
Type:
System.Web.UI.WebControls::InsertItemPosition
One of the InsertItemPosition values.
- keyArray
-
Type:
System.Collections::ArrayList^
An array that represents the data-key value of each item in the ListView control.
Return Value
Type: System.Collections.Generic::IList<ListViewDataItem^>^An object that contains all the data items of the current page of data in a ListView control.
The CreateItemsWithoutGroups method is used to create the control hierarchy of the ListView control. This method is used by the ListView control only when the GroupTemplate property is not defined.
Note |
|---|
This method is primarily used by control developers to extend the ListView control. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
