Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LookUpEditBase Class

The base class for lookup editors.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public abstract class LookUpEditBase :
    PopupBaseAutoSearchEdit

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

See Also