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

ASPxTreeList.UnselectAll(Boolean) Method

Unselects all tree list nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public void UnselectAll(
    bool useFilteredNodes = false
)

Optional Parameters

Name Type Default Description
useFilteredNodes Boolean False

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

Remarks

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

See Also