Back to Devexpress

VGridOptionsFilter.MRUFilterListCount Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsfilter-cb771fc1.md

latest2.0 KB
Original Source

VGridOptionsFilter.MRUFilterListCount Property

Gets or sets the MRU Filter List capacity.

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 MRUFilterListCount { get; set; }
vb
<DefaultValue(10)>
<XtraSerializableProperty>
Public Overridable Property MRUFilterListCount As Integer

Property Value

TypeDefaultDescription
Int3210

An integer value that specifies the MRU Filter List capacity.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MRUFilterListCount
VGridControl

.OptionsFilter .MRUFilterListCount

|

See Also

MRUFilters

MRUFilterListPopupCount

VGridOptionsFilter Class

VGridOptionsFilter Members

DevExpress.XtraVerticalGrid Namespace