Back to Devexpress

LookUpEditBase Class

windowsforms-devexpress-dot-xtraeditors-a4b1785d.md

latest3.3 KB
Original Source

LookUpEditBase Class

The base class for lookup editors.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public abstract class LookUpEditBase :
    PopupBaseAutoSearchEdit
vb
Public MustInherit Class LookUpEditBase
    Inherits 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.

Implements

IXtraResizableControl

Inheritance

Show 19 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupBaseAutoSearchEdit LookUpEditBase GridLookUpEditBase

LookUpEdit

TreeListLookUpEdit

SearchLookUpEdit

GridLookUpEdit

TimeZoneEdit

See Also

LookUpEditBase Members

DevExpress.XtraEditors Namespace