Skip to main content
All docs
V25.1
  • ITreeList.IsRowSelected(Int32) Method

    Returns whether the specified row is selected.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    bool IsRowSelected(
        int visibleIndex
    )

    Parameters

    Name Type Description
    visibleIndex Int32

    The row’s visible index.

    Returns

    Type Description
    Boolean

    true if the specified row is selected; otherwise, false.

    Remarks

    Refer to the IsRowSelected(Int32) method description for more information and an example.

    See Also