IGrid.SelectAllOnPage(Boolean) Method
In This Article
Selects or deselects all rows on the current visible page.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void SelectAllOnPage(
bool selected = true
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
selected | Boolean | True |
|
#Remarks
Refer to the SelectAllOnPage method description for more information and an example.
See Also