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.v24.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