Skip to main content
All docs
V25.1
  • ITreeList.SelectRows(IEnumerable<Int32>, Boolean) Method

    Selects or deselects rows with the specified visible indexes.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    void SelectRows(
        IEnumerable<int> visibleIndexes,
        bool selected = true
    )

    Parameters

    Name Type Description
    visibleIndexes IEnumerable<Int32>

    Specifies a collection of visible indexes.

    Optional Parameters

    Name Type Default Description
    selected Boolean True

    true to select rows; false to deselect rows.

    Remarks

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

    See Also