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