Back to Devexpress

ColumnViewOptionsFilter.AllowMRUFilterList Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfilter-50e0c622.md

latest3.2 KB
Original Source

ColumnViewOptionsFilter.AllowMRUFilterList Property

Gets or sets whether the View’s MRU (Most Recently Used) Filter List is enabled.

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 AllowMRUFilterList { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowMRUFilterList As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the MRU Filter List is enabled; otherwise false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowMRUFilterList
ColumnView

.OptionsFilter .AllowMRUFilterList

|

Remarks

If the AllowMRUFilterList property is set to true the MRU Filter List can be opened via the filter panel. This contains a list of the most recently used (MRU) filter conditions. The number of items in the list is controlled by the ColumnViewOptionsFilter.MRUFilterListCount property. The ColumnViewOptionsFilter.MRUFilterListPopupCount property specifies how many items are visible within the list simultaneously.

The image below illustrates the MRU Filter List.

See Also

AllowColumnMRUFilterList

MRUFilterListCount

MRUFilterListPopupCount

ColumnViewOptionsFilter Class

ColumnViewOptionsFilter Members

DevExpress.XtraGrid.Views.Base Namespace