Skip to main content

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.v23.2.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