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

    Returns whether the row with the specified visible index is expanded.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    bool IsRowExpanded(
        int visibleIndex
    )

    Parameters

    Name Type Description
    visibleIndex Int32

    A row’s visible index.

    Returns

    Type Description
    Boolean

    true if the row is expanded; false if the row is collapsed or does not have children.

    Remarks

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

    See Also