Skip to main content
Tab

ASPxCardView.ExpandGroupRow(Int32) Method

Expands the specified group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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