Skip to main content
All docs
V24.1

ITreeList.DeselectRows(IEnumerable<Int32>) Method

Deselects rows with the specified visible indexes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

void DeselectRows(
    IEnumerable<int> visibleIndexes
)

Parameters

Name Type Description
visibleIndexes IEnumerable<Int32>

Row visible indexes.

Remarks

Refer to the DeselectRows(IEnumerable<Int32>) method description for more information and an example.

See Also