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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
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