DxRibbonComboBoxItem<TData, TValue> Events
A ribbon item that displays a combo box editor.| Name | Description |
|---|---|
| Click | Fires when a user clicks an item. Inherited from DxRibbonButtonBase<TRibbonItemRenderer, TRibbonClickEventArgs>. |
| ValueChanged | Fires after the combo box editor’s value changes. |
See Also