ListBoxEditSettings.MRUItems Property
Contains the most recently used (MRU) items.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ObservableCollection<Object> | A collection of the most recently used items. |
See Also