Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataViewBase.SearchPanelImmediateMRUPopup Property

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.v24.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public bool? SearchPanelImmediateMRUPopup { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true to automatically invoke the MRU search dropdown when typing within the Search box; otherwise, false.

#Remarks

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