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

ASPxGridView.CollapseRow(Int32) Method

Collapses the specified group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void CollapseRow(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the group row by its visible index.

Remarks

The CollapseRow method preserves the expanded state of any child group rows.

See Also