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

    A ribbon item that displays a combo box editor.

    Constructors

    Name Description
    DxRibbonComboBoxItem() Initializes a new instance of the DxRibbonComboBoxItem<TData, TValue> class.

    Properties

    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.

    Methods

    Name Description
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.

    Events

    Name Description
    EditTextChanged Fires when a user updates a text in the edit box of the Ribbon’s combo box.
    ValueChanged Fires after the combo box editor’s value changes.
    See Also