ListEditItemRequestedByValueEventArgs Properties
Provides data for the editor’s ItemRequestedByValue event.Name | 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