Back to Devexpress

RepositoryItemMRUEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-a9c6201c.md

latest3.3 KB
Original Source

RepositoryItemMRUEdit Class

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemMRUEdit :
    RepositoryItemComboBox
vb
Public Class RepositoryItemMRUEdit
    Inherits 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).

Inheritance

Show 12 items

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemPopupBaseAutoSearchEdit RepositoryItemComboBox RepositoryItemMRUEdit RepositoryItemSearchControl

See Also

RepositoryItemMRUEdit Members

MRUEdit

Properties

DevExpress.XtraEditors.Repository Namespace