Skip to main content

DataViewBase.ShowSearchPanelMRUButton Property

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ShowSearchPanelMRUButton { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the MRU search button within the Search Panel; otherwise, false.

Remarks

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