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
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.