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

RepositoryItemLookUpEdit Class

Contains settings specific to a lookup editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[RepositoryItemLookUpEditBase.LookupEditCustomBindingProperties("LookUpEdit")]
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "LookUpEdit")]
public class RepositoryItemLookUpEdit :
    RepositoryItemLookUpEditBase,
    IDataInfo

The following members return RepositoryItemLookUpEdit objects:

Remarks

The RepositoryItemLookUpEdit class specifies settings specific to a LookUpEdit control. You can access these settings via the editor’s LookUpEdit.Properties object.

The repository item provides properties, methods and events to customize the editor’s behavior and appearance. For instance, you can specify:

The RepositoryItemLookUpEdit.PopulateColumns method allows you create columns for available fields in the RepositoryItemLookUpEditBase.DataSource. To modify their width, you can call the RepositoryItemLookUpEdit.BestFit method.

You should create repository items as standalone objects only to specify inplace editors for container controls (such as the XtraGrid).

See Also