Skip to main content
All docs
V25.1
  • IGrid.IsRowFocused(Int32) Method

    Identifies whether the row with the specified visible index is focused.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    bool IsRowFocused(
        int visibleIndex
    )

    Parameters

    Name Type Description
    visibleIndex Int32

    The row’s visible index.

    Returns

    Type Description
    Boolean

    true if the row is focused; otherwise, false.

    Remarks

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

    See Also