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

ASPxParseValueEventArgs.Value Property

Gets or sets the edited row’s value that belongs to the specified data field.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

An object specifying the value of a specific edited row cell.

Remarks

Use the Value property to obtain the value entered by an end user into a data cell specified by the ASPxParseValueEventArgs.FieldName property. This value can be converted to an appropriate value, and assigned back to the Value property.

See Also