ASPxParseValueEventArgs(String, Object) Constructor
In This Article
Initializes a new instance of the ASPxParseValueEventArgs class.
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 data field name. |
value | Object | An object that is the specified data field’s value being processed. |
See Also