Skip to main content
A newer version of this page is available. .

IGrid.DeselectRows(IEnumerable<Int32>) Method

Deselects rows with the specified visible indexes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void DeselectRows(
    IEnumerable<int> visibleIndexes
)

Parameters

Name Type Description
visibleIndexes IEnumerable<Int32>

Specifies a collection of row visible indexes.

Remarks

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

See Also