ASPxClientGridViewBatchEditApi.IsCurrentPageRow(key) Method
Returns a value that specifies whether the row is located on the current page.
Declaration
IsCurrentPageRow(
key: any
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| key | any | A String value that identifies the row by its key value. |
Returns
| Type | Description |
|---|---|
| boolean |
|
See Also