PivotGridOptionsFilter.AllowMRUFilterList Property
Gets or sets whether users are allowed to invoke the MRU Filter List.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
[DXCategory("Data")]
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean AllowMRUFilterList { get; set; }
<DXCategory("Data")>
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property AllowMRUFilterList As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
true if users are allowed to invoke the MRU Filter List; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowMRUFilterList |
---|---|
PivotGridControl |
|
See Also
Feedback