DataViewBase.ShowSearchPanelMRUButton Property
In This Article
Gets or sets whether or not a button used to invoke the MRU search dropdown list is displayed within the Search Panel. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
public bool ShowSearchPanelMRUButton { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to display the MRU search button within the Search Panel; otherwise, false. |
#Remarks
The MRU search dropdown list displays the most recently used search strings. If the DataViewBase.SearchPanelImmediateMRUPopup property is set to true, the MRU search dropdown is automatically invoked when typing within the Search Panel. If this property is set to false, the MRU search dropdown is invoked by clicking the MRU search button (if visible).
To learn more, see Search Panel.
See Also