Skip to main content

RepositoryItemComboBox() Constructor

Initializes a new RepositoryItemComboBox class instance with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemComboBox()

Remarks

The constructor creates a new RepositoryItemComboBox class instance and sets properties to their default values.

When a ComboBoxEdit control is created, the current constructor is automatically invoked to initialize the control’s ComboBoxEdit.Properties object. Generally you do not need to call the RepositoryItemComboBox constructor unless you have to create combo box editors for in-place editing (for use in the Grid Control or other DevExpress container controls).

See Also