Skip to main content

ASPxClientVerticalGrid.GetSelectedKeysOnPage Method

In This Article

Returns key values of selected records displayed within the current page.

#Declaration

TypeScript
GetSelectedKeysOnPage(): any[]

#Returns

Type Description
any[]

An array that contains key values of selected records displayed within the current page.

See Also