Skip to main content
A newer version of this page is available. .

PivotGridControl.AllowMRUFilterList Property

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.v19.2.dll

Declaration

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