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

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

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