Skip to main content
A newer version of this page is available. .

ASPxTreeList.SelectAll(Boolean) Method

Selects all nodes with the specified settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public void SelectAll(
    bool useFilteredNodes = false
)

Optional Parameters

Name Type Default Description
useFilteredNodes Boolean False

true, to select only filtered nodes; otherwise, false.

Remarks

Use the ASPxTreeList.UnselectAll method to unselect all the tree list nodes.

See Also