Skip to main content

IGrid.SelectAllOnPage(Boolean) Method

Selects or deselects all rows on the current visible page.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void SelectAllOnPage(
    bool selected = true
)

Optional Parameters

Name Type Default Description
selected Boolean True

true to select the row; false to deselect the row.

Remarks

Refer to the SelectAllOnPage method description for more information and an example.

See Also