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.1.dll

Declaration

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

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RepositoryItemComboBox class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also