Skip to main content
Tab

ASPxCardView.IsGroupRowExpanded(Int32) Method

Indicates whether the specified group row is expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsGroupRowExpanded(
    int visibleIndex
)

#Parameters

Name Type Description
visibleIndex Int32

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

#Returns

Type Description
Boolean

true, if the specified group row is expanded; otherwise, false.

See Also