ListEditItemRequestedByValueEventArgs(Object, String) Constructor
Initializes a new instance of the ListEditItemRequestedByValueEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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