aspnet-devexpress-dot-web-93b46d2f.md
A collection of objects corresponding to the ASPxDataView‘s data items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class DataViewItemCollection :
Collection<DataViewItem>
Public Class DataViewItemCollection
Inherits Collection(Of DataViewItem)
The following members return DataViewItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<DataViewItem> DataViewItemCollection ImageGalleryItemCollection
MVCxImageGalleryItemCollection
See Also