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

RepositoryItemMRUEdit Class

Represents a class which stores settings specific to a MRUEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "MRUEdit")]
public class RepositoryItemMRUEdit :
    RepositoryItemComboBox

The following members accept/return RepositoryItemMRUEdit objects:

Remarks

The RepositoryItemMRUEdit class provides properties, methods and events appropriate to MRU edit controls (MRUEdit class objects) designed for editing Most Recently Used items. The MRUEdit.Properties property allows you to access these settings for an individual MRU editor. Information contained within the RepositoryItemMRUEdit class is enough to create a fully functional MRUEdit editor.

The RepositoryItemMRUEdit class enables you to control the editor’s look and feel as a whole, maximum number of items stored by the MRU editor, the ability to display the dropdown window immediately after the end-user has entered a character which coincides with the first character of any editor item, the need to implement validation procedure when users press the ENTER key, etc.

You do not need to create repository items manually unless you have to create inplace editors (such as the XtraGrid).

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