ASPxClientGridView.IsGroupRowExpanded(visibleIndex) Method
In This Article
Indicates whether the specified group row is expanded.
#Declaration
TypeScript
IsGroupRowExpanded(
visibleIndex: number
): boolean
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The group row’s visible index. |
#Returns
Type | Description |
---|---|
boolean |
|
See Also