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

ASPxTreeListBatchUpdateEventArgs.InsertNodes Property

Returns a list of inserted nodes.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public List<ASPxTreeListInsertNodeInfo> InsertNodes { get; }

Property Value

Type Description
List<ASPxTreeListInsertNodeInfo>

A List<T><ASPxTreeListInsertNodeInfo,> object containing a list of inserted nodes.

See Also