Skip to main content
A newer version of this page is available. .

VGridOptionsFilter.MRUFilterListPopupCount Property

Gets or sets the number of items in the list of most recently used filter conditions (shown in the filter panel).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[DefaultValue(7)]
[XtraSerializableProperty]
public virtual int MRUFilterListPopupCount { get; set; }

Property Value

Type Default Description
Int32 7

An integer value that specifies the number of items in the list of most recently used filter conditions.

Property Paths

You can access this nested property as listed below:

Object Type Path to MRUFilterListPopupCount
VGridControl
.OptionsFilter.MRUFilterListPopupCount
See Also