Skip to main content

ASPxTreeListBatchUpdateEventArgs.InsertNodes Property

Returns a list of inserted nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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