Back to Devexpress

DataViewBase.SearchPanelImmediateMRUPopup Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-e228122e.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool? SearchPanelImmediateMRUPopup { get; set; }
vb
Public Property SearchPanelImmediateMRUPopup As Boolean?

Property Value

TypeDescription
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

ShowSearchPanelMRUButton

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace