ITreeList.SelectAllAsync(Boolean) Method
In This Article
Selects or deselects all rows in the treelist.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
Task SelectAllAsync(
bool selected = true
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
selected | Boolean | True |
|
#Returns
Type | Description |
---|---|
Task | The task that is completed when all rows are selected. |
#Remarks
Refer to the SelectAllAsync(Boolean) method description for more information and an example.
See Also