ITreeList.DeselectAllAsync() Method
In This Article
Deselects all rows in the treelist.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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