ITreeList.DeselectAllAsync() Method
Deselects all rows in the treelist.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Task DeselectAllAsync()
Returns
| Type | Description |
|---|---|
| Task | The task that is completed when all rows are deselected. |
Remarks
Refer to the DeselectAllAsync() method description for more information and an example.
See Also