Skip to main content

VGridOptionsFilter.MRUFilterListPopupCount Property

Gets or sets the number of filters displayed simultaneously in the filter panel‘s MRU filter list.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
Int32 10

An integer value that specifies the the number of filters displayed simultaneously in the filter panel’s MRU filter list.

Property Paths

You can access this nested property as listed below:

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