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

ASPxGridView.IsRowExpanded(Int32) Method

Identifies whether the specified group row is expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsRowExpanded(
    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 group row is expanded; false if the group row is collapsed.

See Also