ASPxTreeList.GetSelectedNodes(Boolean) Method
Returns a list of selected nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
visibleOnly | Boolean |
|
Returns
Type | Description |
---|---|
List<TreeListNode> | The list of TreeListNode objects that represent nodes currently being selected. |
Remarks
To obtain the number of selected nodes within the ASPxTreeList, use the ASPxTreeList.SelectionCount property.
To learn more, see Selection.
Note
In virtual mode, the GetSelectedNodes method does not return invisible nodes. To learn more, see the Virtual Mode topic.
See Also