ASPxTreeList.SelectAll(Boolean) Method
In This Article
Selects all nodes with the specified settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
use |
Boolean | False |
|
#Remarks
Use the ASPxTreeList.UnselectAll method to unselect all the tree list nodes.
See Also