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

RepositoryItemLookUpEditBase() Constructor

Initializes a new instance of the RepositoryItemLookUpEditBase class with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public RepositoryItemLookUpEditBase()

Remarks

The RepositoryItemLookUpEditBase is the base class for lookup editors, generally you do need to create its instances directly. To create a specific lookup editor create an instance of an appropriate descendant of the RepositoryItemLookUpEditBase class.

See Also