Skip to main content
A newer version of this page is available. .

SearchControl.MRULength Property

Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the SearchControl. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public int MRULength { get; set; }

Property Value

Type Description
Int32

An integer that specifies the maximum number of recently used filter conditions stored by the SearchControl.

Remarks

A SearchControl maintains a list that stores the unique recently used filter conditions. The MRULength property specifies the maximum number of filter conditions stored by the View. The most recently used filters can be accessed via the SearchControl.MRU property.

See Also