Skip to main content

SearchControl.ShowMRUButton Property

Gets or sets whether a button used to invoke the MRU search dropdown list is displayed within the SearchControl. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowMRUButton { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The MRU search dropdown list displays the most recently used search strings. If the SearchControl.ImmediateMRUPopup property is set to true, the MRU search dropdown is automatically invoked when typing within the SearchControl. If this property is set to false, the MRU search dropdown is invoked by clicking the MRU search button (if visible).

See Also