wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-5df95dca.md
Gets or sets whether a button used to invoke the MRU search dropdown list is displayed within the Search Panel. 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 ShowSearchPanelMRUButton { get; set; }
Public Property ShowSearchPanelMRUButton As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true, to display the MRU search button within the Search Panel; otherwise, false.
|
Tip
Topic : Search
The MRU Button allows users to invoke the MRU search drop-down list. Set the ShowSearchPanelMRUButton property to true show the MRU button in the Search Panel.
The MRU search drop-down list displays the most recently used search strings. If the DataViewBase.SearchPanelImmediateMRUPopup property value is true , the MRU search drop-down is invoked when a user types in the Search Panel.
See Also