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

RepositoryItemMRUEdit.AllowRemoveMRUItems Property

Gets or sets whether close (‘x’) buttons are displayed within dropdown MRU items, allowing an end-user to delete items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public virtual bool AllowRemoveMRUItems { get; set; }

Property Value

Type Default Description
Boolean **true**

true if close (‘x’) buttons are displayed within dropdown MRU items; otherwise, false.

See Also