Back to Devexpress

ColumnViewOptionsFilter.MRUFilterListCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfilter-baf0066a.md

latest2.6 KB
Original Source

ColumnViewOptionsFilter.MRUFilterListCount Property

Gets or sets the capacity of the View’s MRU (Most Recently Used) Filter List.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(10)]
[XtraSerializableProperty]
public virtual int MRUFilterListCount { get; set; }
vb
<DefaultValue(10)>
<XtraSerializableProperty>
Public Overridable Property MRUFilterListCount As Integer

Property Value

TypeDefaultDescription
Int3210

An integer that specifies the maximum number of filter conditions that have recently been applied to the View.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MRUFilterListCount
ColumnView

.OptionsFilter .MRUFilterListCount

|

Remarks

Each View maintains a list that stores the unique recently used filter conditions. The MRUFilterListCount property determines the capacity of this list. When the ColumnViewOptionsFilter.AllowMRUFilterList property is set to true the recently used filters can be accessed via the View’s MRU Filter List.

See Also

AllowMRUFilterList

ColumnViewOptionsFilter Class

ColumnViewOptionsFilter Members

DevExpress.XtraGrid.Views.Base Namespace