ASPxClientCardView.GetEditValue(column) Method
In This Article
Returns the value of the specified edit cell.
#Declaration
TypeScript
GetEditValue(
column: ASPxClientCardViewColumn | number | string
): string
#Parameters
Name | Type |
---|---|
column | string | number | ASPx |
#Returns
Type | Description |
---|---|
string | A string value that represents the value of the edit cell which corresponds to the specified data column. |
See Also