Back to Devexpress

Member Table: Selection

aspnet-4275-components-tree-list-member-tables-member-table-selection.md

latest1.8 KB
Original Source

Member Table: Selection

  • Dec 17, 2020

Server

MemberDescription
TreeListNode.SelectedSpecifies whether the node is selected.
ASPxTreeList.SelectAllSelects all nodes within the ASPxTreeList.
ASPxTreeList.UnselectAllDeselects any selected nodes within the ASPxTreeList.
ASPxTreeList.GetSelectedNodesReturns a list of selected nodes.
ASPxTreeList.SelectionCountGets the number of selected nodes within the ASPxTreeList.
ASPxTreeList.SelectionChangedFires after the selection has been changed.

Client

MemberDescription
ASPxClientTreeList.SelectNodeSelects or deselects the specified node.
ASPxClientTreeList.IsNodeSelectedIndicates whether the specified node is selected.
ASPxClientTreeList.GetSelectedNodeValuesReturns the values of the specified data source fields within selected nodes.
ASPxClientTreeList.SelectionChangedFires after the selection has been changed.
ASPxClientTreeList.GetVisibleSelectedNodeKeysObtains key values of selected nodes that are displayed within the current page.