MVCxComboBoxProperties Events
Contains ComboBox specific properties.| Name | Description |
|---|---|
| ItemRequestedByValue | Handle this event to implement retrieval of an item by its value. Inherited from ComboBoxProperties. |
| ItemsRequestedByFilterCondition | Enables you to implement custom selection of the requested items by the filter conditions. Inherited from ComboBoxProperties. |
See Also