DataViewItemCollection Class
A collection of objects corresponding to the ASPxDataView‘s data items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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