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