Skip to main content

FilterBehavior.MRUFilterListCount Property

Gets or sets the maximum number of the most recently used (MRU) filter conditions.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public int MRUFilterListCount { get; set; }

Property Value

Type Description
Int32

Specifies the maximum number of recently used filter conditions.

See Also