Back to Devexpress

VGridOptionsFilter.MRUFilterListPopupCount Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsfilter-98d6fbc9.md

latest2.1 KB
Original Source

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.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Int3210

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 TypePath to MRUFilterListPopupCount
VGridControl

.OptionsFilter .MRUFilterListPopupCount

|

See Also

MRUFilters

MRUFilterListCount

VGridOptionsFilter Class

VGridOptionsFilter Members

DevExpress.XtraVerticalGrid Namespace