DataControlBase.ClearMRUFilter() Method
Clears the recently used filters.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
The ClearMRUFilter method clears the view’s DataControlBase.MRUFilters collection. To remove the specified filter from the MRU filter list, use the DataControlBase.RemoveMRUFilter method.
See Also