Skip to main content
All docs
V25.2
  • DxRibbonComboBoxItem<TData, TValue> Properties

    A ribbon item that displays a combo box editor.
    Name Description
    AdaptivePriority Specifies the order in which the Ribbon moves items into drop-down menu upon resizing. Inherited from DxRibbonItemBase.
    AdaptiveText Specifies the item’s label displayed when the item is hidden in the adaptive drop-down menu. Inherited from DxRibbonItemBase.
    AllowUserInput Specifies whether users can enter custom values in the edit box of the combo box item.
    Attributes Specifies a collection of standard HTML attributes applied to the Ribbon item. Inherited from DxRibbonItemBase.
    CssClass Assigns a CSS class to a Ribbon item. Inherited from DxRibbonItemBase.
    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.
    Enabled Specifies whether a Ribbon item is enabled. Inherited from DxRibbonItemBase.
    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.
    Text Specifies the ribbon item text label. Inherited from DxRibbonItemBase.
    TextFieldName Specifies the data source field that contains text for combo box items.
    Tooltip Specifies the item’s tooltip text. Inherited from DxRibbonItemBase.
    Value Specifies the combobox item value.
    ValueFieldName Specifies the data source field that contains values for combo box items.
    Visible Specifies whether a Ribbon element is visible. Inherited from DxRibbonElementBase.
    Width Specifies the ribbon combo box item width.
    See Also