Skip to main content
A newer version of this page is available. .

IGrid.CollapseDetailRow(Int32) Method

Collapses the specified detail row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void CollapseDetailRow(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

A zero-based integer index that identifies the detail row.

Remarks

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

See Also