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