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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
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