ASPxTreeListBatchUpdateEventArgs.InsertNodes Property
Returns a list of inserted nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
List<ASPxTreeListInsertNodeInfo> | A List<T><ASPxTreeListInsertNodeInfo,> object containing a list of inserted nodes. |
See Also