ASPxClientCardView.GetPageCardValues(fieldNames, onCallback) Method
Returns the card values displayed within the current page.
Declaration
GetPageCardValues(
fieldNames: string,
onCallback: ASPxClientCardViewValuesCallback
): void
Parameters
Name | Type | Description |
---|---|---|
fieldNames | string | The names of data source fields whose values are returned. |
onCallback | ASPxClientCardViewValuesCallback | An ASPxClientCardViewValuesCallback object that represents the JavaScript function which receives the list of card values as a parameter. |
See Also