ASPxTreeList.GetSelectedNodes(Boolean) Method
In This Article
Returns a list of selected nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public List<TreeListNode> GetSelectedNodes(
bool visibleOnly
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Boolean |
|
#Returns
Type | Description |
---|---|
List<Tree |
The list of Tree |
#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 Get
See Also