Skip to main content
All docs
V25.1
  • 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.v25.1.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