ASPxClientCardViewBatchEditCardRecoveringEventArgs.cardValues Property
Gets a hashtable that maintains information about recovered cells.
Declaration
cardValues: any
Property Value
Type | Description |
---|---|
any | A hashtable that stores information about recovered cells. |
Remarks
The cardValues structure is a hashtable that maintains information about recovered cells in the following manner:
cardValues = {
"0": {
value: "someValue",
text: "someDisplayText"
}
}
//Here, "0" is an example of the column index specifying the corresponding card cell
See Also