Back to Devexpress

RepositoryItemSearchControl.ShowMRUButton Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemsearchcontrol-400056cd.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowMRUButton { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property ShowMRUButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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.

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

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

See Also

ShowDefaultButtonsMode

RepositoryItemSearchControl Class

RepositoryItemSearchControl Members

DevExpress.XtraEditors.Repository Namespace