Skip to main content

IGrid.IsGroupRowExpanded(Int32) Method

Specifies whether the specified row is a group row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

bool IsGroupRowExpanded(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Boolean

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

Remarks

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

See Also