Skip to main content

ASPxClientCardView.GetEditValue(column) Method

Returns the value of the specified edit cell.

#Declaration

TypeScript
GetEditValue(
    column: ASPxClientCardViewColumn | number | string
): string

#Parameters

Name Type
column string | number | ASPxClientCardViewColumn

#Returns

Type Description
string

A string value that represents the value of the edit cell which corresponds to the specified data column.

See Also