Skip to main content

View's MRU (Most Recently Used) Filter List

The MRU filter dropdown list displays the most recently used filters in a View. This dropdown can be invoked by clicking the MRU filter button or the filter text within the Filter Panel.

 

VisualElems_GridView_FilterPanel

The figure below illustrates the style of the Data Grid filter panel and its MRU list when the WindowsFormsSettings.FilterCriteriaDisplayStyle property equals Visual.

MRU Filter list

The table below lists the main properties that affect an element’s appearance.

Visibility

The ColumnView.OptionsFilter.AllowMRUFilterList option.

Height

The ColumnView.OptionsFilter.MRUFilterListPopupCount option.

Number of Items

The ColumnView.OptionsFilter.MRUFilterListCount option.

Contents

The ColumnView.MRUFiltersInfo collection. This collection is automatically populated when a new filter is applied to a View.

See Also