Skip to main content
A newer version of this page is available. .

RepositoryItemSearchControl.ShowMRUButton Property

Gets or sets whether the dropdown button that invokes a list of most recently used search requests is displayed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public bool ShowMRUButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the dropdown button that invokes a list of most recently used search requests is displayed; otherwise, false.

Remarks

The SearchControl can display the MRU Button. See the figure below.

SearchControl_MRUButton

When clicked, this button invokes a drop-down that contains a list of most recently used search requests.

SearchControl_MRUButtonInAction

To display the MRU Button, which is not shown by default, set the ShowMRUButton property to true.

See Also