Skip to main content
A newer version of this page is available. .
Tab

DataViewItemCollection Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class DataViewItemCollection :
    Collection<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.

See Also