Skip to main content

ASPxTreeListBatchUpdateEventArgs.InsertNodes Property

Returns a list of inserted nodes.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.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