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

Declaration

[Browsable(false)]
public MRUViewFilterCollection MRUFilters { get; }

Property Value

Type Description
DevExpress.XtraGrid.Views.Base.MRUViewFilterCollection

For internal use.

See Also