Skip to main content
All docs
V19.2

MVCxColumnComboBoxProperties.ItemRequestedByValue Event

This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public event ListEditItemRequestedByValueEventHandler ItemRequestedByValue

Event Data

The ItemRequestedByValue event's data class is ListEditItemRequestedByValueEventArgs. The following properties provide information specific to this event:

Property Description
Text Gets a string representing text of an item (entered or selected on the client side).
Value Gets an object that is the requested item’s value.
See Also