Back to Devexpress

ColumnViewOptionsFind.AllowMruItems Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfind-155eac80.md

latest2.1 KB
Original Source

ColumnViewOptionsFind.AllowMruItems Property

Gets or sets whether the Find Panel keeps the history of recently used search items. Users can access and re-apply these items from a dropdown list.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowMruItems { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowMruItems As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to allow users to access and re-apply recently used items; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowMruItems
ColumnView

.OptionsFind .AllowMruItems

|

Remarks

If the AllowMruItems property is enabled, the Find Panel provides a dropdown list that stores recently used items.

See Also

ColumnViewOptionsFind Class

ColumnViewOptionsFind Members

DevExpress.XtraGrid.Views.Base Namespace