Skip to main content

IGrid.SelectAllAsync(Boolean) Method

Selects or deselects all rows in the grid.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

Task SelectAllAsync(
    bool selected = true
)

Optional Parameters

Name Type Default Description
selected Boolean True

true to select rows; false to deselect rows.

Returns

Type Description
Task

The task that is completed when all rows are selected.

Remarks

Refer to the SelectAllAsync(Boolean) property description for more information and an example.

See Also