Skip to main content
All docs
V19.2
Tab

RibbonComboBoxProperties.ItemRequestedByValue Event

This event is not in effect (does not fire) for the RibbonComboBoxProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.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.

Remarks

The event is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

See Also