Skip to main content

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

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

Declaration

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

Property Value

Type Description
DevExpress.XtraGrid.Views.Base.MRUViewFilterCollection

For internal use.

See Also