ListView.CreateItemsWithoutGroups Method
Creates the ListView control hierarchy without groups.
Namespace: System.Web.UI.WebControls
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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note