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

ListBoxEditSettings.MRUItems Property

Contains the most recently used (MRU) items.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public ObservableCollection<object> MRUItems { get; }

Property Value

Type Description
ObservableCollection<Object>

A collection of the most recently used items.

See Also