DataControlBase.MRUFilterListCount Property
In This Article
Gets or sets the maximum number of the most recently used (MRU) filter conditions stored by the View. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
public int MRUFilterListCount { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the maximum number of recently used filter conditions stored by the View. |
#Remarks
A View maintains a list that stores unique, recently used filter conditions. The MRUFilterListCount property specifies the maximum number of filter conditions stored by the View. The most recently used filters can be accessed via the DataControlBase.MRUFilters property. End-users can access MRU filters via the MRU Filter List displayed within the Filter Panel.
See Also