Back to Devexpress

ColumnViewOptionsFilter.MRUColumnFilterListCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfilter-9e33cdd4.md

latest2.6 KB
Original Source

ColumnViewOptionsFilter.MRUColumnFilterListCount Property

Gets or sets the capacity of the MRU item lists in column filter dropdowns.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Int325

An integer specifying the capacity of the lists that store the recently used filter items for the View’s columns.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MRUColumnFilterListCount
ColumnView

.OptionsFilter .MRUColumnFilterListCount

|

Remarks

When an end-user selects a specific item from a column’s filter dropdown list, this item is copied to the column’s MRU Filter List (the GridColumn.MRUFilters collection). The MRUColumnFilterListCount property specifies the capacity of these lists.

See Filter and Search to learn more.

See Also

AllowColumnMRUFilterList

MRUFilters

ColumnViewOptionsFilter Class

ColumnViewOptionsFilter Members

DevExpress.XtraGrid.Views.Base Namespace