ASPxTreeListInsertNodeInfo.ChildNodes Property
Gets the currently inserted node’s child 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 child nodes. |
See Also