ColumnView.MRUFilters Property
In This Article
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.v24.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. |
For internal use. |
See Also