IListBox<TData, TValue>.SelectAllAsync() Method
Selects all available items in the List Box.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Task SelectAllAsync()
Returns
Type | Description |
---|---|
Task | The task that is completed when all available items are selected. |
Remarks
Refer to the SelectAllAsync() method description for more information and an example.
See Also