Back to Devexpress

DataViewBase.ShowSearchPanelMRUButton Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-5df95dca.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

SearchPanelImmediateMRUPopup

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace