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

ASPxTreeListInsertNodeInfo.ChildNodes Property

Gets the currently inserted node’s child nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public List<ASPxTreeListInsertNodeInfo> ChildNodes { get; }

Property Value

Type Description
List<ASPxTreeListInsertNodeInfo>

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

See Also