TreeListOptionsFilter.AllowMRUFilterList Property
Gets or sets whether the TreeList’s MRU Filter List is enabled.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowMRUFilterList { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the MRU Filter List is enabled; otherwise false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowMRUFilterList |
---|---|
TreeList |
|
Remarks
Set the AllowMRUFilterList property to true to enable the MRU Filter List in the Filter Panel. This contains a list of the most recently used (MRU) filter conditions. The TreeListOptionsFilter.MRUFilterListPopupCount property specifies how many items are simultaneously visible within the list.
The image below illustrates the MRU Filter List.
See Also