Back to Devexpress

ASPxClientCardViewValuesCallback Interface

aspnet-js-aspxclientcardviewvaluescallback.md

latest1.2 KB
Original Source

ASPxClientCardViewValuesCallback Interface

Represents a JavaScript function which receives the list of card values when the client ASPxClientCardView.GetCardValues, ASPxCardView.GetCurrentPageCardValues or ASPxClientCardView.GetSelectedFieldValues method is called.

Declaration

ts
interface ASPxClientCardViewValuesCallback

Parameters

NameTypeDescription
resultany

An object that represents the list of card values received from the server.

|

Returns

Type
void

See Also

GetCardValues(visibleIndex, fieldNames, onCallback)

GetCurrentPageCardValues(String[])

GetSelectedFieldValues(fieldNames, onCallback)

Card View