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.v19.1.dll

Declaration

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

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

See Also