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

DataViewItemCollection.Add() Method

Adds a new item to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DataViewItem Add()

Returns

Type Description
DataViewItem

A DataViewItem object that has been added to the collection.

Remarks

This method creates a new DataViewItem object, initializes it with default settings and appends it to the collection.

See Also