IGrid.SelectRows(IEnumerable<Int32>, Boolean) Method
In This Article
Selects or deselects rows with the specified visible indexes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void SelectRows(
IEnumerable<int> visibleIndexes,
bool selected = true
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
IEnumerable<Int32> | Specifies a collection of visible indexes. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
selected | Boolean | True |
|
#Remarks
Refer to the SelectRows method description for more information and an example.
See Also