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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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