Skip to main content

RibbonBarItemComboBox

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a combobox in a RibbonBarGroup.

public class RibbonBarItemComboBox : RibbonBarItem

Constructors

Instance memberRibbonBarItemComboBox()

Properties

Instance memberEditable

Boolean: Returns or sets whether the user can edit the combobox. When this property is false, the user can only select one of the drop down items. The default is false. (Default: False)

Instance memberFieldWidth

Int32: Returns or sets the width of the ComboBox field inside the RibbonBarItemComboBox. (Default: 120)

Instance memberItems

String[]: Returns the array of items displayed in this RibbonBarItemComboBox.

Instance memberValue

String: Returns or sets the currently selected item or the value in the editable field of the RibbonBarItemComboBox. (Default: null)

Events

Instance memberValueChanged

EventHandler Fired when the value of the Value property changes.