Skip to main content
Tab

ASPxCardView.CollapseGroupRow(Int32) Method

Collapses the specified group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void CollapseGroupRow(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

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

Remarks

To collapse all group rows, use the ASPxCardView.CollapseAll method. To expand the specified group row, use the ASPxCardView.ExpandGroupRow method.

To identify whether the group row is expanded, use the ASPxCardView.IsGroupRowExpanded method.

See Also