ASPxClientVerticalGrid.GetPageRecordValues(fieldNames, onCallback) Method
In This Article
Returns the record values displayed within the current page.
#Declaration
TypeScript
GetPageRecordValues(
fieldNames: string,
onCallback: ASPxClientVerticalGridValuesCallback
): void
#Parameters
Name | Type | Description |
---|---|---|
field |
string | The names of data source fields whose values are returned. |
on |
ASPx |
A ASPx |
See Also