Skip to main content

ASPxParseValueEventArgs(String, Object, Int32) Constructor

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

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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