RibbonBarItemComboBox
Wisej.Web.Ext.RibbonBar.RibbonBarItemComboBox
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar (3.2.0.0)
Represents a combobox in a RibbonBarGroup.
public class RibbonBarItemComboBox : RibbonBarItemPublic Class RibbonBarItemComboBox
Inherits RibbonBarItemConstructors
RibbonBarItemComboBox()
Properties
Editable
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)
FieldWidth
Int32: Returns or sets the width of the ComboBox field inside the RibbonBarItemComboBox. (Default: 120)
Items
String[]: Returns the array of items displayed in this RibbonBarItemComboBox.
Value
String: Returns or sets the currently selected item or the value in the editable field of the RibbonBarItemComboBox. (Default: null)
Events
ValueChanged
EventHandler Fired when the value of the Value property changes.
Last updated
Was this helpful?