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

LookUpEditBase Class

Represents the base class for lookup editors.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public abstract class LookUpEditBase :
    PopupBaseAutoSearchEdit

The following members accept/return LookUpEditBase objects:

Remarks

A lookup editor allows you to edit a value (BaseEdit.EditValue) only indirectly by selecting a row from a dropdown. The dropdown displays rows from a specific data source specified by the RepositoryItemLookUpEditBase.DataSource property. When a row is selected, the row’s value from the field specified by the RepositoryItemLookUpEditBase.ValueMember property is assigned to the edit value, the row’s value from the RepositoryItemLookUpEditBase.DisplayMember field is displayed within the edit box.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LookUpEditBase 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