Skip to main content
A newer version of this page is available. .

RepositoryItemComboBox Class

Represents a repository item which stores settings specific to ComboBoxEdit controls.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "ComboBoxEdit")]
public class RepositoryItemComboBox :
    RepositoryItemPopupBaseAutoSearchEdit

The following members return RepositoryItemComboBox objects:

Library Related API Members
WinForms Controls ComboBoxEdit.Properties
FilterPopupListBoxEventArgs.ComboBox
Reporting XRDesignBarManager.FontNameBox
XRDesignBarManager.FontSizeBox

Remarks

The RepositoryItemComboBox class provides properties and events specific to ComboBoxEdit controls. You can access these settings via the editor’s ComboBoxEdit.Properties property.

The main settings provided by the RepositoryItemComboBox class include:

You have to create standalone repository items only to specify inplace editors for container controls.

See Also