Skip to main content

ASPxClientGridView.IsGroupRowExpanded(visibleIndex) Method

Indicates whether the specified group row is expanded.

#Declaration

TypeScript
IsGroupRowExpanded(
    visibleIndex: number
): boolean

#Parameters

Name Type Description
visibleIndex number

The group row’s visible index.

#Returns

Type Description
boolean

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

See Also