ListEditItemRequestedByValueEventArgs(Object, String) Constructor
Initializes a new instance of the ListEditItemRequestedByValueEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object that specifies the item’s value. |
| text | String | A string that specifies the item’s text. |
See Also