IRibbonComboBox<TData, TValue> Members
Defines the programmatic interface for the DxRibbonComboBoxItem<TData, TValue> component.Properties
| Name | Description |
|---|---|
| AllowUserInput | Specifies whether users can enter custom values in the edit box of the combo box item. |
| Data | Specifies a collection that supplies data for the ribbon combo box item. |
| EditText | Specifies the text displayed in the edit box of the Ribbon’s combo box. |
| EditTextChanged | Returns the processed Ribbon combo box editor’s ValueChanged event handler. |
| NullText |
Specifies the prompt text displayed in the editor when its value is null.
|
| SearchFilterCondition | Specifies the search and filter condition. |
| SearchMode | Specifies whether the component can search for text that users type in the edit box. |
| TextFieldName | Specifies the data source field that contains text for combo box items. |
| Value | Specifies the combobox item value. |
| ValueChanged | Returns the processed Ribbon combo box editor’s ValueChanged event handler. |
| ValueFieldName | Specifies the data source field that contains values for combo box items. |
| Width | Specifies the ribbon combo box item width. |
See Also