DataViewItemCollection Class
In This Article
A collection of objects corresponding to the ASPxDataView‘s data items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DataViewItemCollection :
Collection<DataViewItem>
#Related API Members
The following members return DataViewItemCollection objects:
#Remarks
The DataViewItemCollection object can be accessed with the ASPxDataView.Items property. Individual items are represented by the DataViewItem class and can be accessed using index notation with the Collection<T>.Item property.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also