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

ASPxDataBatchUpdateEventArgs.InsertValues Property

Returns a list of inserted values.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public List<ASPxDataInsertValues> InsertValues { get; }

Property Value

Type Description
List<ASPxDataInsertValues>

A List<T><ASPxDataInsertValues,> object containing a list of inserted values.

See Also