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