IListBox<TData, TValue>.DeselectAllAsync() Method
Deselects all available items in the List Box.
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 available items are deselected. |
Remarks
Refer to the DeselectAllAsync() method description for more information and an example.
See Also