ASPxParseValueEventArgs(String, Object) Constructor
Initializes a new instance of the ASPxParseValueEventArgs class.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | 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