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

ColumnView.MRUFilters Property

This property is not intended to be used in code. To edit MRUFilters, use the ColumnView.MRUFiltersInfo collection instead.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public MRUViewFilterCollection MRUFilters { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Base.MRUViewFilterCollection

For internal use.

See Also