Back to Devexpress

Member Table: Nodes

aspnet-4037-components-tree-list-member-tables-member-table-nodes.md

latest2.3 KB
Original Source

Member Table: Nodes

  • Dec 17, 2020

Server

MemberDescription
ASPxTreeList.NodesProvides access to the root nodes child collection.
TreeListNode.ChildNodesGets a collection of nodes owned by the current node.
ASPxTreeList.GetAllNodesReturns a list of all nodes contained within the ASPxTreeList.
ASPxTreeList.ClearNodesRemoves all nodes from the ASPxTreeList.
ASPxTreeList.GetSelectedNodesReturns a list of selected nodes.
ASPxTreeList.FocusedNodeGets the focused node.
ASPxTreeList.FindNodeByFieldValueReturns a node by its value in the specified column.
ASPxTreeList.FindNodeByKeyValueReturns a node by its key value.
ASPxTreeList.FindNodesByFieldValueReturns a list of nodes that contain the specified value in the specified column.
TreeListStyles.NodeGets the style settings used to paint nodes.

Client

MemberDescription
ASPxClientTreeList.GetFocusedNodeKeyReturns the focused node’s key value.
ASPxClientTreeList.SetFocusedNodeKeyMoves focus to the specified node.
ASPxClientTreeList.GetVisibleNodeKeysObtains key values of nodes that are displayed within the current page.
ASPxClientTreeList.GetVisibleNodeValuesObtains specified data source field values within nodes that are displayed within the current page, and submits them to the specified JavaScript function.