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

ASPxParseValueEventArgs(String, Object, Int32) Constructor

Initializes a new instance of the ASPxParseValueEventArgs class with the specified settings.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxParseValueEventArgs(
    string fieldName,
    object value,
    int itemIndex
)

Parameters

Name Type Description
fieldName String

A string value specifying the processed data field name.

value Object

An object specifying the value of the processed cell.

itemIndex Int32

An Int32 value that is the processed row visible index.

See Also