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 : RibbonBarItem

Constructors

Properties

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)

Events

EventHandler Fired when the value of the Value property changes.

Last updated