Skip to main content

ASPxTreeList.SelectAll(Boolean) Method

Selects all nodes with the specified settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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