Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemMRUEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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