ASPxParseValueEventArgs(String, Object, Int32) Constructor
In This Article
Initializes a new instance of the ASPxParseValueEventArgs class with the specified settings.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string value specifying the processed data field name. |
value | Object | An object specifying the value of the processed cell. |
item |
Int32 | An Int32 value that is the processed row visible index. |
See Also