Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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