Skip to main content

MVCxTreeListBatchUpdateValues<T, S>.InsertNodes Property

Specifies a list of inserted nodes.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public List<MVCxTreeListNodeInfo<T>> InsertNodes { get; set; }

Property Value

Type Description
List<MVCxTreeListNodeInfo<T>>

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

See Also