Back to Devexpress

DataViewItemCollection Class

aspnet-devexpress-dot-web-93b46d2f.md

latest2.9 KB
Original Source

DataViewItemCollection Class

A collection of objects corresponding to the ASPxDataView‘s data items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DataViewItemCollection :
    Collection<DataViewItem>
vb
Public Class DataViewItemCollection
    Inherits Collection(Of DataViewItem)

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

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<DataViewItem>

ICollection<DataViewItem>

IEnumerable<DataViewItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<DataViewItem> DataViewItemCollection ImageGalleryItemCollection

NewsItemCollection

MVCxImageGalleryItemCollection

See Also

DataViewItemCollection Members

Bind Data View to Data

DataViewItem

DataView

DevExpress.Web Namespace