wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-e228122e.md
Gets or sets whether on not the MRU search dropdown is automatically invoked when typing within the Search box. This is a dependency property.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public bool? SearchPanelImmediateMRUPopup { get; set; }
Public Property SearchPanelImmediateMRUPopup As Boolean?
| Type | Description |
|---|---|
| Nullable<Boolean> |
true to automatically invoke the MRU search dropdown when typing within the Search box; otherwise, false.
|
Tip
Topic : Search
The MRU search dropdown list displays the most recently used search strings. If the SearchPanelImmediateMRUPopup property is set to true , the MRU search dropdown is automatically invoked when typing within the Search box. If this property is set to false , the MRU search dropdown is invoked by clicking the MRU search button. This button’s visibility is specified by the DataViewBase.ShowSearchPanelMRUButton property.
See Also