Back to Devexpress

PivotGridOptionsFilter.AllowMRUFilterList Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilter-36979b01.md

latest2.2 KB
Original Source

PivotGridOptionsFilter.AllowMRUFilterList Property

Gets or sets whether users are allowed to invoke the MRU Filter List.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Data")]
[XtraSerializableProperty]
public virtual DefaultBoolean AllowMRUFilterList { get; set; }
vb
<DXCategory("Data")>
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property AllowMRUFilterList As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true if users are allowed to invoke the MRU Filter List; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowMRUFilterList
PivotGridControl

.OptionsFilter .AllowMRUFilterList

|

Remarks

The image below illustrates the MRU Filter List.

See Also

PivotGridOptionsFilter Class

PivotGridOptionsFilter Members

DevExpress.XtraPivotGrid Namespace