PivotGridControl.AllowMRUFilterList Property
In This Article
Gets or sets whether end-users are allowed to invoke the MRU Filter List. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializableProperty]
[XtraSerializablePropertyId(0)]
public bool AllowMRUFilterList { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if end-users are allowed to invoke the MRU Filter List; otherwise, false. |
See Also