Skip to main content
A newer version of this page is available. .

ASPxClientGridView.GetEditValue(column) Method

Returns the value of the specified edit cell.

Declaration

GetEditValue(
    column: ASPxClientGridViewColumn | number | string
): string

Parameters

Name Type Description
column ASPxClientGridViewColumn | number | string

An ASPxClientGridViewColumn object that represents the data column within the client grid.

Returns

Type Description
string

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

See Also