DxRibbonComboBoxItem<TData, TValue> Events
A ribbon item that displays a combo box editor.| Name | Description |
|---|---|
| EditTextChanged | Fires when a user updates a text in the edit box of the Ribbon’s combo box. |
| ValueChanged | Fires after the edit value changes. Inherited from DxRibbonEditItemBase<TValue>. |
See Also