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

RepositoryItemSearchLookUpEdit Class

Contains settings specific to the SearchLookUpEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v18.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "SearchLookUpEdit")]
[DataAccessMetadata("All", SupportedProcessingModes = "SearchLookUp", EnableDirectBinding = false)]
[RepositoryItemLookUpEditBase.LookupEditCustomBindingProperties("SearchLookUpEdit")]
public class RepositoryItemSearchLookUpEdit :
    RepositoryItemGridLookUpEditBase

The following members accept/return RepositoryItemSearchLookUpEdit objects:

Remarks

The RepositoryItemSearchLookUpEdit class contains settings specific to the SearchLookUpEdit control. You can access these settings via the editor’s SearchLookUpEdit.Properties object. See the SearchLookUpEdit topic, for details on the control.

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

Note

The GridLookUpEdit and SearchLookUpEdit controls do not have a connection to their underlying data sources while their dropdown windows are closed. So in this instance it is not possible to access the underlying data or a grid’s calculated data using methods provided by the embedded Grid Control and its View. You can use these methods only when the controls’ dropdown windows are open.

While the dropdown windows are closed, you can access the underlying data using methods provided by the underlying data source.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RepositoryItemSearchLookUpEdit 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