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