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