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