ASPxClientGridViewBatchEditApi.IsCurrentPageRow(key) Method
In This Article
Returns a value that specifies whether the row is located on the current page.
#Declaration
TypeScript
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