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

ASPxCardView.ExpandGroupRow(Int32) Method

Expands the specified group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public void ExpandGroupRow(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the group row.

Remarks

To expand all group rows, call the ASPxCardView.ExpandAll method. To collapse the specified group row, use the ASPxCardView.CollapseGroupRow method.

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

See Also