RibbonBarItemComboBox
Wisej.Web.Ext.RibbonBar.RibbonBarItemComboBox
Last updated
Wisej.Web.Ext.RibbonBar.RibbonBarItemComboBox
Last updated
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)
Represents a combobox in a RibbonBarGroup.
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
)
Int32: Returns or sets the width of the ComboBox field inside the RibbonBarItemComboBox. (Default: 120
)
String[]: Returns the array of items displayed in this RibbonBarItemComboBox.
String: Returns or sets the currently selected item or the value in the editable field of the RibbonBarItemComboBox. (Default: null
)
EventHandler Fired when the value of the Value property changes.